| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.iot-solutions.graphdb |
| Идентификатор | Идентификаторjcypher |
| Версия | Версия4.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jcypher-4.0.1.pom | |
| jcypher-4.0.1.jar | 766 KB |
| jcypher-4.0.1-sources.jar | 453 KB |
| jcypher-4.0.1-javadoc.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.iot-solutions.graphdb/jcypher/ -->
<dependency>
<groupId>net.iot-solutions.graphdb</groupId>
<artifactId>jcypher</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.iot-solutions.graphdb/jcypher/
implementation 'net.iot-solutions.graphdb:jcypher:4.0.1'
// https://jarcasting.com/artifacts/net.iot-solutions.graphdb/jcypher/
implementation ("net.iot-solutions.graphdb:jcypher:4.0.1")
'net.iot-solutions.graphdb:jcypher:jar:4.0.1'
<dependency org="net.iot-solutions.graphdb" name="jcypher" rev="4.0.1">
<artifact name="jcypher" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.iot-solutions.graphdb', module='jcypher', version='4.0.1')
)
libraryDependencies += "net.iot-solutions.graphdb" % "jcypher" % "4.0.1"
[net.iot-solutions.graphdb/jcypher "4.0.1"]