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