is not current version
Last Version 0.6.16

org.typemeta:funcj-codec 0.6

A set of functional data structures and algorithms.

GroupId

GroupId

org.typemeta
ArtifactId

ArtifactId

funcj-codec
Version

Version

0.6
Type

Type

jar

Download funcj-codec 0.6


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