GroupId | GroupIdcom.uchicom |
---|---|
ArtifactId | ArtifactIdrepty |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
repty-0.0.3.pom | |
repty-0.0.3.jar | 20 KB |
repty-0.0.3-sources.jar | 9 KB |
repty-0.0.3-javadoc.jar | 99 KB |
repty-0.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.uchicom/repty/
implementation 'com.uchicom:repty:0.0.3'
// https://jarcasting.com/artifacts/com.uchicom/repty/
implementation ("com.uchicom:repty:0.0.3")
'com.uchicom:repty:jar:0.0.3'
<dependency org="com.uchicom" name="repty" rev="0.0.3">
<artifact name="repty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uchicom', module='repty', version='0.0.3')
)
libraryDependencies += "com.uchicom" % "repty" % "0.0.3"
[com.uchicom/repty "0.0.3"]