не последняя версия
Последняя версия 1.2.1

us.hebi.glue:glue 1.0

A Java library for fixing Jigsaw Puzzles

Группа

Группа

us.hebi.glue
Идентификатор

Идентификатор

glue
Версия

Версия

1.0
Тип

Тип

jar

Скачать glue 1.0

Имя Файла Размер
glue-1.0.pom
glue-1.0.jar 24 KB
glue-1.0-sources.jar 13 KB
glue-1.0-javadoc.jar 38 KB
Обзор

<!-- https://jarcasting.com/artifacts/us.hebi.glue/glue/ -->
<dependency>
    <groupId>us.hebi.glue</groupId>
    <artifactId>glue</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/us.hebi.glue/glue/
implementation 'us.hebi.glue:glue:1.0'
// https://jarcasting.com/artifacts/us.hebi.glue/glue/
implementation ("us.hebi.glue:glue:1.0")
'us.hebi.glue:glue:jar:1.0'
<dependency org="us.hebi.glue" name="glue" rev="1.0">
  <artifact name="glue" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.hebi.glue', module='glue', version='1.0')
)
libraryDependencies += "us.hebi.glue" % "glue" % "1.0"
[us.hebi.glue/glue "1.0"]