GroupId | GroupIdorg.typemeta |
---|---|
ArtifactId | ArtifactIdfuncj-codec-core |
Version | Version0.6.13 |
Type | Typejar |
Filename | Size |
---|---|
funcj-codec-core-0.6.13.pom | |
funcj-codec-core-0.6.13.jar | 294 KB |
funcj-codec-core-0.6.13-tests.jar | 88 KB |
funcj-codec-core-0.6.13-sources.jar | 68 KB |
funcj-codec-core-0.6.13-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.typemeta/funcj-codec-core/ -->
<dependency>
<groupId>org.typemeta</groupId>
<artifactId>funcj-codec-core</artifactId>
<version>0.6.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.typemeta/funcj-codec-core/
implementation 'org.typemeta:funcj-codec-core:0.6.13'
// https://jarcasting.com/artifacts/org.typemeta/funcj-codec-core/
implementation ("org.typemeta:funcj-codec-core:0.6.13")
'org.typemeta:funcj-codec-core:jar:0.6.13'
<dependency org="org.typemeta" name="funcj-codec-core" rev="0.6.13">
<artifact name="funcj-codec-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.typemeta', module='funcj-codec-core', version='0.6.13')
)
libraryDependencies += "org.typemeta" % "funcj-codec-core" % "0.6.13"
[org.typemeta/funcj-codec-core "0.6.13"]