Download base64_2.11-0.2.0.jar file - Jar b

Jar examples for b:base64-2.11

Description

Tiny, idiomatic but not fast base64 implementation

You can download jar file base64_2.11 0.2.0 in this page.

License

BSD Simplified

Build File

You can use the following script to add base64_2.11-0.2.0.jar to your project.

<dependency>
   <groupId>me.lessis</groupId>
   <artifactId>base64_2.11</artifactId>
   <version>0.2.0</version>
</dependency>
compile group: 'me.lessis', name: 'base64_2.11', version: '0.2.0'
libraryDependencies += "me.lessis" % "base64_2.11" % "0.2.0"
<dependency org="me.lessis" name="base64_2.11" rev="0.2.0"/>
@Grapes(@Grab(group='me.lessis', module='base64_2.11', version='0.2.0'))
'me.lessis:base64_2.11:jar:0.2.0'

Download

Click the following link to download the jar file.

base64_2.11-0.2.0-javadoc.jar
base64_2.11-0.2.0-sources.jar
base64_2.11-0.2.0.jar
base64_2.11-0.2.0.pom



Related Tutorials