| GroupId | GroupIdcom.uchicom |
|---|---|
| ArtifactId | ArtifactIdrepty |
| Version | Version0.0.35 |
| Type | Typejar |
| Filename | Size |
|---|---|
| repty-0.0.35.pom | |
| repty-0.0.35.jar | 52 KB |
| repty-0.0.35-sources.jar | 29 KB |
| repty-0.0.35-javadoc.jar | 565 KB |
| repty-0.0.35-jar-with-dependencies.jar | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.uchicom/repty/ -->
<dependency>
<groupId>com.uchicom</groupId>
<artifactId>repty</artifactId>
<version>0.0.35</version>
</dependency>
// https://jarcasting.com/artifacts/com.uchicom/repty/
implementation 'com.uchicom:repty:0.0.35'
// https://jarcasting.com/artifacts/com.uchicom/repty/
implementation ("com.uchicom:repty:0.0.35")
'com.uchicom:repty:jar:0.0.35'
<dependency org="com.uchicom" name="repty" rev="0.0.35">
<artifact name="repty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uchicom', module='repty', version='0.0.35')
)
libraryDependencies += "com.uchicom" % "repty" % "0.0.35"
[com.uchicom/repty "0.0.35"]