is not current version
Last Version 2.0

com.github.robtimus:data-url 1.0

Support for data URLs as specified in RFC 2397 (https://www.ietf.org/rfc/rfc2397.txt)

Categories

Categories

Data
GroupId

GroupId

com.github.robtimus
ArtifactId

ArtifactId

data-url
Version

Version

1.0
Type

Type

jar

Download data-url 1.0


<!-- https://jarcasting.com/artifacts/com.github.robtimus/data-url/ -->
<dependency>
    <groupId>com.github.robtimus</groupId>
    <artifactId>data-url</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robtimus/data-url/
implementation 'com.github.robtimus:data-url:1.0'
// https://jarcasting.com/artifacts/com.github.robtimus/data-url/
implementation ("com.github.robtimus:data-url:1.0")
'com.github.robtimus:data-url:jar:1.0'
<dependency org="com.github.robtimus" name="data-url" rev="1.0">
  <artifact name="data-url" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robtimus', module='data-url', version='1.0')
)
libraryDependencies += "com.github.robtimus" % "data-url" % "1.0"
[com.github.robtimus/data-url "1.0"]