GroupId | GroupIdcom.github.athieriot |
---|---|
ArtifactId | ArtifactIdjtaches |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jtaches-1.0.0.pom | |
jtaches-1.0.0.jar | 25 KB |
jtaches-1.0.0-sources.jar | 11 KB |
jtaches-1.0.0-javadoc.jar | 111 KB |
jtaches-1.0.0-jar-with-dependencies.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.athieriot/jtaches/ -->
<dependency>
<groupId>com.github.athieriot</groupId>
<artifactId>jtaches</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.athieriot/jtaches/
implementation 'com.github.athieriot:jtaches:1.0.0'
// https://jarcasting.com/artifacts/com.github.athieriot/jtaches/
implementation ("com.github.athieriot:jtaches:1.0.0")
'com.github.athieriot:jtaches:jar:1.0.0'
<dependency org="com.github.athieriot" name="jtaches" rev="1.0.0">
<artifact name="jtaches" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.athieriot', module='jtaches', version='1.0.0')
)
libraryDependencies += "com.github.athieriot" % "jtaches" % "1.0.0"
[com.github.athieriot/jtaches "1.0.0"]