| GroupId | GroupIdcom.github.hullbend |
|---|---|
| ArtifactId | ArtifactIdcayley |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cayley-1.0.3.pom | |
| cayley-1.0.3.jar | 123 KB |
| cayley-1.0.3-sources.jar | 95 KB |
| cayley-1.0.3-javadoc.jar | 346 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hullbend/cayley/ -->
<dependency>
<groupId>com.github.hullbend</groupId>
<artifactId>cayley</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hullbend/cayley/
implementation 'com.github.hullbend:cayley:1.0.3'
// https://jarcasting.com/artifacts/com.github.hullbend/cayley/
implementation ("com.github.hullbend:cayley:1.0.3")
'com.github.hullbend:cayley:jar:1.0.3'
<dependency org="com.github.hullbend" name="cayley" rev="1.0.3">
<artifact name="cayley" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hullbend', module='cayley', version='1.0.3')
)
libraryDependencies += "com.github.hullbend" % "cayley" % "1.0.3"
[com.github.hullbend/cayley "1.0.3"]