GroupId | GroupIdfun.fengwk.commons |
---|---|
ArtifactId | ArtifactIdcommons-codec |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
commons-codec-0.0.1.pom | |
commons-codec-0.0.1.jar | 18 KB |
commons-codec-0.0.1-sources.jar | 11 KB |
commons-codec-0.0.1-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fun.fengwk.commons/commons-codec/ -->
<dependency>
<groupId>fun.fengwk.commons</groupId>
<artifactId>commons-codec</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.commons/commons-codec/
implementation 'fun.fengwk.commons:commons-codec:0.0.1'
// https://jarcasting.com/artifacts/fun.fengwk.commons/commons-codec/
implementation ("fun.fengwk.commons:commons-codec:0.0.1")
'fun.fengwk.commons:commons-codec:jar:0.0.1'
<dependency org="fun.fengwk.commons" name="commons-codec" rev="0.0.1">
<artifact name="commons-codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.commons', module='commons-codec', version='0.0.1')
)
libraryDependencies += "fun.fengwk.commons" % "commons-codec" % "0.0.1"
[fun.fengwk.commons/commons-codec "0.0.1"]