GroupId | GroupIdcom.github.athieriot |
---|---|
ArtifactId | ArtifactIdjtaches |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
jtaches-1.1.pom | |
jtaches-1.1.jar | 31 KB |
jtaches-1.1-sources.jar | 13 KB |
jtaches-1.1-javadoc.jar | 117 KB |
jtaches-1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.athieriot/jtaches/
implementation 'com.github.athieriot:jtaches:1.1'
// https://jarcasting.com/artifacts/com.github.athieriot/jtaches/
implementation ("com.github.athieriot:jtaches:1.1")
'com.github.athieriot:jtaches:jar:1.1'
<dependency org="com.github.athieriot" name="jtaches" rev="1.1">
<artifact name="jtaches" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.athieriot', module='jtaches', version='1.1')
)
libraryDependencies += "com.github.athieriot" % "jtaches" % "1.1"
[com.github.athieriot/jtaches "1.1"]