Skip to content

Release v1.0

Compare
Choose a tag to compare
@pnerg pnerg released this 21 Sep 06:10
· 128 commits to master since this release

Release notes

Supporting conversion to/from Scala/Java between all types provided by v1.5 of java-scala-util

Documentation

ScalaDoc (v1.0)

Download

The binaries can be downloaded from Maven Central.
Or use the ones attached below to this release.

Maven

<dependency>
  <groupId>org.dmonix.functional</groupId>
  <artifactId>java-scala-utils-converter_2.11</artifactId>
  <version>1.0</version>
</dependency>

sbt

"org.dmonix.functional" %% "java-scala-utils-converter" % "1.0"