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