r

refcodes-codec

Artifact with encoding and decoding (not in terms of encryption/decryption) implementations (codecs) such as BASE64 encoding / decoding.
https://bitbucket.org/refcodes/${project.artifactId}
Siegfried Steiner
Files download
File Operation
refcodes-codec-3.3.5.jar download
refcodes-codec-3.3.5.pom download
refcodes-codec-3.3.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.refcodes</groupId>
  <artifactId>refcodes-codec</artifactId>
  <version>3.3.5</version>
</dependency>
Gradle Groovy
implementation 'org.refcodes:refcodes-codec:3.3.5'
Gradle Kotlin
implementation("org.refcodes:refcodes-codec:3.3.5")
Scala SBT
libraryDependencies += "org.refcodes" % "refcodes-codec" % "3.3.5"
Groovy Grape
@Grapes(
  @Grab(group='org.refcodes', module='refcodes-codec', version='3.3.5')
)
Apache Ivy
<dependency org="org.refcodes" name="refcodes-codec" rev="3.3.5" />
Leiningen
[org.refcodes/refcodes-codec "3.3.5"]
Apache Buildr
'org.refcodes:refcodes-codec:jar:3.3.5'