versions

A Scala library for representing versions as objects.

License

License

GroupId

GroupId

com.nthportal
ArtifactId

ArtifactId

versions_2.13
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

versions
A Scala library for representing versions as objects.
Project URL

Project URL

https://github.com/NthPortal/versions
Project Organization

Project Organization

com.nthportal
Source Code Management

Source Code Management

https://github.com/NthPortal/versions

Download versions_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/com.nthportal/versions_2.13/ -->
<dependency>
    <groupId>com.nthportal</groupId>
    <artifactId>versions_2.13</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.nthportal/versions_2.13/
implementation 'com.nthportal:versions_2.13:2.0.2'
// https://jarcasting.com/artifacts/com.nthportal/versions_2.13/
implementation ("com.nthportal:versions_2.13:2.0.2")
'com.nthportal:versions_2.13:jar:2.0.2'
<dependency org="com.nthportal" name="versions_2.13" rev="2.0.2">
  <artifact name="versions_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nthportal', module='versions_2.13', version='2.0.2')
)
libraryDependencies += "com.nthportal" % "versions_2.13" % "2.0.2"
[com.nthportal/versions_2.13 "2.0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.3
com.nthportal : extra-predef_2.13 jar 2.1.0

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.13 jar 3.2.2

Project Modules

There are no modules declared in this project.

versions

Build Status Coverage Status Maven Central Versioning Docs

A Scala library for representing versions as objects.

This library is in maintenance-only mode; it is slated for deprecation when v is stable and feature-complete (or surpasses this library's features), and will not receive any new feature updates. As of the time this paragraph was last updated (2020-09-05), v supports basic versions (e.g. 1.0.2), but does not support more complex versions (e.g. 1.0-alpha). If you are an author/maintainer of an application, script or private library, and v supports the features you need, we strongly recommended that you use v instead. That being said, PRs for basic maintenance (such as updating dependencies) will likely be accepted.

Add as a Dependency

SBT

libraryDependencies += "com.nthportal" %% "versions" % "2.0.2"

Usage and Examples

See usage-guide.md for usage and examples.

Versions

Version
2.0.2