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