c

commons-codec

Files download
File Operation
commons-codec-0.0.2.jar download
commons-codec-0.0.2.pom download
commons-codec-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>fun.fengwk.commons</groupId>
  <artifactId>commons-codec</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'fun.fengwk.commons:commons-codec:0.0.2'
Gradle Kotlin
implementation("fun.fengwk.commons:commons-codec:0.0.2")
Scala SBT
libraryDependencies += "fun.fengwk.commons" % "commons-codec" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='fun.fengwk.commons', module='commons-codec', version='0.0.2')
)
Apache Ivy
<dependency org="fun.fengwk.commons" name="commons-codec" rev="0.0.2" />
Leiningen
[fun.fengwk.commons/commons-codec "0.0.2"]
Apache Buildr
'fun.fengwk.commons:commons-codec:jar:0.0.2'