| GroupId | GroupIdeu.fbk.dh |
|---|---|
| ArtifactId | ArtifactIdtint-resources |
| Version | Version0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tint-resources-0.1.pom | |
| tint-resources-0.1.jar | 27 KB |
| tint-resources-0.1-tests.jar | 1 KB |
| tint-resources-0.1-sources.jar | 14 KB |
| tint-resources-0.1-javadoc.jar | 66 KB |
| tint-resources-0.1-jar-with-dependencies.jar | 20 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/eu.fbk.dh/tint-resources/ -->
<dependency>
<groupId>eu.fbk.dh</groupId>
<artifactId>tint-resources</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.fbk.dh/tint-resources/
implementation 'eu.fbk.dh:tint-resources:0.1'
// https://jarcasting.com/artifacts/eu.fbk.dh/tint-resources/
implementation ("eu.fbk.dh:tint-resources:0.1")
'eu.fbk.dh:tint-resources:jar:0.1'
<dependency org="eu.fbk.dh" name="tint-resources" rev="0.1">
<artifact name="tint-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.fbk.dh', module='tint-resources', version='0.1')
)
libraryDependencies += "eu.fbk.dh" % "tint-resources" % "0.1"
[eu.fbk.dh/tint-resources "0.1"]