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