Download dataurl-1.1.0.jar file - Jar d

Jar examples for d:dataurl

Description

A library to create and parse RFC 2397 data urls.

You can download jar file dataurl 1.1.0 in this page.

License

Apache 2

Build File

You can use the following script to add dataurl-1.1.0.jar to your project.

<dependency>
   <groupId>eu.maxschuster</groupId>
   <artifactId>dataurl</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'eu.maxschuster', name: 'dataurl', version: '1.1.0'
libraryDependencies += "eu.maxschuster" % "dataurl" % "1.1.0"
<dependency org="eu.maxschuster" name="dataurl" rev="1.1.0"/>
@Grapes(@Grab(group='eu.maxschuster', module='dataurl', version='1.1.0'))
'eu.maxschuster:dataurl:jar:1.1.0'

Download

Click the following link to download the jar file.

dataurl-1.1.0-javadoc.jar
dataurl-1.1.0-sources.jar
dataurl-1.1.0.jar
dataurl-1.1.0.pom



Related Tutorials