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