GroupId | GroupIdeu.hoefel |
---|---|
ArtifactId | ArtifactIdjatex |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jatex-1.0.0.pom | |
jatex-1.0.0.jar | 69 KB |
jatex-1.0.0-sources.jar | 48 KB |
jatex-1.0.0-javadoc.jar | 257 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.hoefel/jatex/ -->
<dependency>
<groupId>eu.hoefel</groupId>
<artifactId>jatex</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.hoefel/jatex/
implementation 'eu.hoefel:jatex:1.0.0'
// https://jarcasting.com/artifacts/eu.hoefel/jatex/
implementation ("eu.hoefel:jatex:1.0.0")
'eu.hoefel:jatex:jar:1.0.0'
<dependency org="eu.hoefel" name="jatex" rev="1.0.0">
<artifact name="jatex" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.hoefel', module='jatex', version='1.0.0')
)
libraryDependencies += "eu.hoefel" % "jatex" % "1.0.0"
[eu.hoefel/jatex "1.0.0"]