| Группа | Группаcom.github.athieriot |
|---|---|
| Идентификатор | Идентификаторjtaches |
| Версия | Версия1.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jtaches-1.2.pom | |
| jtaches-1.2.jar | 34 KB |
| jtaches-1.2-sources.jar | 14 KB |
| jtaches-1.2-javadoc.jar | 122 KB |
| jtaches-1.2-jar-with-dependencies.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.athieriot/jtaches/ -->
<dependency>
<groupId>com.github.athieriot</groupId>
<artifactId>jtaches</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.athieriot/jtaches/
implementation 'com.github.athieriot:jtaches:1.2'
// https://jarcasting.com/artifacts/com.github.athieriot/jtaches/
implementation ("com.github.athieriot:jtaches:1.2")
'com.github.athieriot:jtaches:jar:1.2'
<dependency org="com.github.athieriot" name="jtaches" rev="1.2">
<artifact name="jtaches" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.athieriot', module='jtaches', version='1.2')
)
libraryDependencies += "com.github.athieriot" % "jtaches" % "1.2"
[com.github.athieriot/jtaches "1.2"]