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