Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.iot-solutions.graphdb |
ArtifactId | ArtifactIdjcypher |
Version | Version2.6.0 |
Type | Typejar |
Filename | Size |
---|---|
jcypher-2.6.0.pom | |
jcypher-2.6.0.jar | 543 KB |
jcypher-2.6.0-sources.jar | 339 KB |
jcypher-2.6.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.iot-solutions.graphdb/jcypher/ -->
<dependency>
<groupId>net.iot-solutions.graphdb</groupId>
<artifactId>jcypher</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.iot-solutions.graphdb/jcypher/
implementation 'net.iot-solutions.graphdb:jcypher:2.6.0'
// https://jarcasting.com/artifacts/net.iot-solutions.graphdb/jcypher/
implementation ("net.iot-solutions.graphdb:jcypher:2.6.0")
'net.iot-solutions.graphdb:jcypher:jar:2.6.0'
<dependency org="net.iot-solutions.graphdb" name="jcypher" rev="2.6.0">
<artifact name="jcypher" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.iot-solutions.graphdb', module='jcypher', version='2.6.0')
)
libraryDependencies += "net.iot-solutions.graphdb" % "jcypher" % "2.6.0"
[net.iot-solutions.graphdb/jcypher "2.6.0"]