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