Files download
File Operation
codec-all-1.0.1.jar download
codec-all-1.0.1.pom download
codec-all-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.gitlab.taxtool</groupId>
  <artifactId>codec-all</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.gitlab.taxtool:codec-all:1.0.1'
Gradle Kotlin
implementation("io.gitlab.taxtool:codec-all:1.0.1")
Scala SBT
libraryDependencies += "io.gitlab.taxtool" % "codec-all" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.gitlab.taxtool', module='codec-all', version='1.0.1')
)
Apache Ivy
<dependency org="io.gitlab.taxtool" name="codec-all" rev="1.0.1" />
Leiningen
[io.gitlab.taxtool/codec-all "1.0.1"]
Apache Buildr
'io.gitlab.taxtool:codec-all:jar:1.0.1'
Dependencies
The project has no third-party dependencies