Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.robtimus |
ArtifactId | ArtifactIddata-url |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
data-url-1.0.1.pom | |
data-url-1.0.1.jar | 34 KB |
data-url-1.0.1-sources.jar | 19 KB |
data-url-1.0.1-javadoc.jar | 67 KB |
Browse |
<!-- 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"]