GroupId | GroupIdorg.typemeta |
---|---|
ArtifactId | ArtifactIdfuncj-codec-core |
Version | Version0.6.15 |
Type | Typejar |
Filename | Size |
---|---|
funcj-codec-core-0.6.15.pom | |
funcj-codec-core-0.6.15.jar | 181 KB |
funcj-codec-core-0.6.15-tests.jar | 53 KB |
funcj-codec-core-0.6.15-sources.jar | 45 KB |
funcj-codec-core-0.6.15-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.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.typemeta/funcj-codec-core/
implementation 'org.typemeta:funcj-codec-core:0.6.15'
// https://jarcasting.com/artifacts/org.typemeta/funcj-codec-core/
implementation ("org.typemeta:funcj-codec-core:0.6.15")
'org.typemeta:funcj-codec-core:jar:0.6.15'
<dependency org="org.typemeta" name="funcj-codec-core" rev="0.6.15">
<artifact name="funcj-codec-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.typemeta', module='funcj-codec-core', version='0.6.15')
)
libraryDependencies += "org.typemeta" % "funcj-codec-core" % "0.6.15"
[org.typemeta/funcj-codec-core "0.6.15"]