GroupId | GroupIdgg.jte |
---|---|
ArtifactId | ArtifactIdjte |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
jte-1.5.0.pom | |
jte-1.5.0.jar | 53 KB |
jte-1.5.0-sources.jar | 20 KB |
jte-1.5.0-javadoc.jar | 426 KB |
Browse |
<!-- https://jarcasting.com/artifacts/gg.jte/jte/ -->
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/gg.jte/jte/
implementation 'gg.jte:jte:1.5.0'
// https://jarcasting.com/artifacts/gg.jte/jte/
implementation ("gg.jte:jte:1.5.0")
'gg.jte:jte:jar:1.5.0'
<dependency org="gg.jte" name="jte" rev="1.5.0">
<artifact name="jte" type="jar" />
</dependency>
@Grapes(
@Grab(group='gg.jte', module='jte', version='1.5.0')
)
libraryDependencies += "gg.jte" % "jte" % "1.5.0"
[gg.jte/jte "1.5.0"]