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