An open API service indexing awesome lists of open source software.

https://github.com/scalacenter/versions


https://github.com/scalacenter/versions

parser semantic-versioning

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/scalacenter/versions.svg?branch=master)](https://travis-ci.org/scalacenter/versions)

# Versions

```scala
libraryDependencies += "ch.epfl.scala" %% "versions" % "0.2.1"
```

```scala
import ch.epfl.scala.version._

val v1 = Version("1.0.0").get
val v2 = Version("2.0.0").get

v2 > v1 // true
```