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