| GroupId | GroupIdio.github.teuton-software |
|---|---|
| ArtifactId | ArtifactIdjteuton |
| Version | Version2.1.11 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jteuton-2.1.11.pom | |
| jteuton-2.1.11.jar | 1 MB |
| jteuton-2.1.11-sources.jar | 1 MB |
| jteuton-2.1.11-javadoc.jar | 389 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.teuton-software/jteuton/ -->
<dependency>
<groupId>io.github.teuton-software</groupId>
<artifactId>jteuton</artifactId>
<version>2.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.teuton-software/jteuton/
implementation 'io.github.teuton-software:jteuton:2.1.11'
// https://jarcasting.com/artifacts/io.github.teuton-software/jteuton/
implementation ("io.github.teuton-software:jteuton:2.1.11")
'io.github.teuton-software:jteuton:jar:2.1.11'
<dependency org="io.github.teuton-software" name="jteuton" rev="2.1.11">
<artifact name="jteuton" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.teuton-software', module='jteuton', version='2.1.11')
)
libraryDependencies += "io.github.teuton-software" % "jteuton" % "2.1.11"
[io.github.teuton-software/jteuton "2.1.11"]