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