Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.iot-solutions.graphdb |
ArtifactId | ArtifactIdjcypher |
Version | Version3.4.0 |
Type | Typejar |
Filename | Size |
---|---|
jcypher-3.4.0.pom | |
jcypher-3.4.0.jar | 733 KB |
jcypher-3.4.0-sources.jar | 438 KB |
jcypher-3.4.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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.iot-solutions.graphdb/jcypher/
implementation 'net.iot-solutions.graphdb:jcypher:3.4.0'
// https://jarcasting.com/artifacts/net.iot-solutions.graphdb/jcypher/
implementation ("net.iot-solutions.graphdb:jcypher:3.4.0")
'net.iot-solutions.graphdb:jcypher:jar:3.4.0'
<dependency org="net.iot-solutions.graphdb" name="jcypher" rev="3.4.0">
<artifact name="jcypher" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.iot-solutions.graphdb', module='jcypher', version='3.4.0')
)
libraryDependencies += "net.iot-solutions.graphdb" % "jcypher" % "3.4.0"
[net.iot-solutions.graphdb/jcypher "3.4.0"]