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