| GroupId | GroupIduk.com.robust-it |
|---|---|
| ArtifactId | ArtifactIdcloning |
| Version | Version1.8.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cloning-1.8.1.pom | |
| cloning-1.8.1.jar | 20 KB |
| cloning-1.8.1-sources.jar | 11 KB |
| cloning-1.8.1-project.zip | 36 KB |
| cloning-1.8.1-project.tar.gz | 17 KB |
| cloning-1.8.1-project.tar.bz2 | 15 KB |
| cloning-1.8.1-javadoc.jar | 103 KB |
| cloning-1.8.1-dist.zip | 164 KB |
| cloning-1.8.1-dist.tar.gz | 101 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/uk.com.robust-it/cloning/ -->
<dependency>
<groupId>uk.com.robust-it</groupId>
<artifactId>cloning</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.com.robust-it/cloning/
implementation 'uk.com.robust-it:cloning:1.8.1'
// https://jarcasting.com/artifacts/uk.com.robust-it/cloning/
implementation ("uk.com.robust-it:cloning:1.8.1")
'uk.com.robust-it:cloning:jar:1.8.1'
<dependency org="uk.com.robust-it" name="cloning" rev="1.8.1">
<artifact name="cloning" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.com.robust-it', module='cloning', version='1.8.1')
)
libraryDependencies += "uk.com.robust-it" % "cloning" % "1.8.1"
[uk.com.robust-it/cloning "1.8.1"]