| GroupId | GroupIdcom.texry |
|---|---|
| ArtifactId | ArtifactIdtexry |
| Version | Version0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| texry-0.2.pom | 27 KB |
| texry-0.2-sources.jar | 6 KB |
| Browse |
<!-- 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"]