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