Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/utilsPublic

Common Scala utilities used by several weso projects

License

NotificationsYou must be signed in to change notification settings

weso/utils

Repository files navigation

Scala utilities

Build StatuscodecovMaven CentralCodacy Badge

Introduction

This project contains some common utilities in Scala.

Installation and compilation

The project usessbt for compilation as well as Java 1.8.

  • sbt test compiles and runs the tests

Author & contributors

Contributors:

Adopters

  • RDFShape: An online demo powered by this library.
  • Wikishape: An online demo powered by this library for Wikidata.

Contribution

Contributions are greatly appreciated.Please fork this repository and open apull request to add more features orsubmit issues

Publishing to OSS-Sonatype

This project usesthe sbt ci release plugin for publishing toOSS Sonatype.

SNAPSHOT Releases

Open a PR and merge it to watch the CI release a -SNAPSHOT version

Full Library Releases
  1. Increment the version number inversion.sbt to the desired release version number.
  2. Commit and push this change with a message like "blah blah version 0.x.x".
  3. Push a tag and watch the CI do a regular release
  4. git tag -a v0.1.0 -m "v0.1.0"
  5. git push origin v0.1.0Note that the tag version MUST start with v.

[8]ページ先頭

©2009-2025 Movatter.jp