| GroupId | GroupIdorg.testmp |
|---|---|
| ArtifactId | ArtifactIdtestsync |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| testsync-1.0.2.pom | |
| testsync-1.0.2.jar | 22 KB |
| testsync-1.0.2-sources.jar | 13 KB |
| testsync-1.0.2-javadoc.jar | 93 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.testmp/testsync/ -->
<dependency>
<groupId>org.testmp</groupId>
<artifactId>testsync</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.testmp/testsync/
implementation 'org.testmp:testsync:1.0.2'
// https://jarcasting.com/artifacts/org.testmp/testsync/
implementation ("org.testmp:testsync:1.0.2")
'org.testmp:testsync:jar:1.0.2'
<dependency org="org.testmp" name="testsync" rev="1.0.2">
<artifact name="testsync" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testmp', module='testsync', version='1.0.2')
)
libraryDependencies += "org.testmp" % "testsync" % "1.0.2"
[org.testmp/testsync "1.0.2"]