is not current version
Last Version 2.0

com.github.robtimus:data-url 1.0.1

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.1
Type

Type

jar

Download data-url 1.0.1


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