| Группа | Группаorg.testmp |
|---|---|
| Идентификатор | Идентификаторtestsync |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| testsync-1.0.1.pom | |
| testsync-1.0.1.jar | 19 KB |
| testsync-1.0.1-sources.jar | 11 KB |
| testsync-1.0.1-javadoc.jar | 76 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.testmp/testsync/ -->
<dependency>
<groupId>org.testmp</groupId>
<artifactId>testsync</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.testmp/testsync/
implementation 'org.testmp:testsync:1.0.1'
// https://jarcasting.com/artifacts/org.testmp/testsync/
implementation ("org.testmp:testsync:1.0.1")
'org.testmp:testsync:jar:1.0.1'
<dependency org="org.testmp" name="testsync" rev="1.0.1">
<artifact name="testsync" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testmp', module='testsync', version='1.0.1')
)
libraryDependencies += "org.testmp" % "testsync" % "1.0.1"
[org.testmp/testsync "1.0.1"]