Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdeu.fbk.dh |
ArtifactId | ArtifactIdtint-heideltime-annotator |
Version | Version0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/eu.fbk.dh/tint-heideltime-annotator/ -->
<dependency>
<groupId>eu.fbk.dh</groupId>
<artifactId>tint-heideltime-annotator</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.fbk.dh/tint-heideltime-annotator/
implementation 'eu.fbk.dh:tint-heideltime-annotator:0.1'
// https://jarcasting.com/artifacts/eu.fbk.dh/tint-heideltime-annotator/
implementation ("eu.fbk.dh:tint-heideltime-annotator:0.1")
'eu.fbk.dh:tint-heideltime-annotator:jar:0.1'
<dependency org="eu.fbk.dh" name="tint-heideltime-annotator" rev="0.1">
<artifact name="tint-heideltime-annotator" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.fbk.dh', module='tint-heideltime-annotator', version='0.1')
)
libraryDependencies += "eu.fbk.dh" % "tint-heideltime-annotator" % "0.1"
[eu.fbk.dh/tint-heideltime-annotator "0.1"]