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