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