gfc-semver


License

License

MIT
GroupId

GroupId

com.gilt
ArtifactId

ArtifactId

gfc-semver_2.11
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

gfc-semver
gfc-semver
Project Organization

Project Organization

com.gilt

Download gfc-semver_2.11

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.0

Project Modules

There are no modules declared in this project.

gfc-semver Maven Central Build Status Join the chat at https://gitter.im/gilt/gfc

A library that contains Scala utilities for working with semantic versions. Part of the Gilt Foundation Classes.

Getting gfc-semver

The latest version is 0.0.5, which is cross-built against Scala 2.10.x, 2.11.x and 2.12.x.

If you're using SBT, add the following line to your build file:

libraryDependencies += "com.gilt" %% "gfc-semver" % "0.0.5"

For Maven and other build tools, you can visit search.maven.org. (This search will also list other available libraries from the gilt fundation classes.)

Contents and Example Usage

com.gilt

Gilt Tech

Versions

Version
0.0.5
0.0.4
0.0.3