MVN

com.owtelse.codec : base64

Maven & Gradle

Apr 26, 2013
7 usages
16 stars

Base64 · Base64 codec that depends on nothing but core java. compiled to lang level 1.5.

<dependency>
    <groupId>com.owtelse.codec</groupId>
    <artifactId>base64</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.owtelse.codec : base64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of com.owtelse.codec : base64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
base64-1.0.6
base64-1.0.4

How to add a dependency to Maven

Add the following com.owtelse.codec : base64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.owtelse.codec</groupId>
    <artifactId>base64</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.owtelse.codec : base64 gradle dependency to your build.gradle file:

implementation 'com.owtelse.codec:base64:1.0.6'

Gradle Kotlin DSL: Add the following com.owtelse.codec : base64 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.owtelse.codec:base64:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.owtelse.codec : base64 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.owtelse.codec" % "base64" % "1.0.6"

Advertisement

Dependencies from Group

Apr 26, 2013
7 usages
16 stars

Discover Dependencies

Mar 12, 2020
8 usages
99 stars
Aug 21, 2019
6 usages
1.5k stars
Aug 06, 2019
7 usages
21 stars
Feb 09, 2022
12 usages
2 stars
Mar 31, 2021
10 usages
12.6k stars
Mar 03, 2020
10 usages
9 stars
Aug 25, 2017
10 usages
43 stars