| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.iot-solutions.graphdb |
| Идентификатор | Идентификаторjcypher |
| Версия | Версия3.2.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jcypher-3.2.1.pom | |
| jcypher-3.2.1.jar | 696 KB |
| jcypher-3.2.1-sources.jar | 417 KB |
| jcypher-3.2.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>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.iot-solutions.graphdb/jcypher/
implementation 'net.iot-solutions.graphdb:jcypher:3.2.1'
// https://jarcasting.com/artifacts/net.iot-solutions.graphdb/jcypher/
implementation ("net.iot-solutions.graphdb:jcypher:3.2.1")
'net.iot-solutions.graphdb:jcypher:jar:3.2.1'
<dependency org="net.iot-solutions.graphdb" name="jcypher" rev="3.2.1">
<artifact name="jcypher" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.iot-solutions.graphdb', module='jcypher', version='3.2.1')
)
libraryDependencies += "net.iot-solutions.graphdb" % "jcypher" % "3.2.1"
[net.iot-solutions.graphdb/jcypher "3.2.1"]