| Группа | Группаorg.opencypher |
|---|---|
| Идентификатор | Идентификаторtools |
| Версия | Версия1.0.0-M07 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| tools-1.0.0-M07.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opencypher/tools/ -->
<dependency>
<groupId>org.opencypher</groupId>
<artifactId>tools</artifactId>
<version>1.0.0-M07</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opencypher/tools/
implementation 'org.opencypher:tools:1.0.0-M07'
// https://jarcasting.com/artifacts/org.opencypher/tools/
implementation ("org.opencypher:tools:1.0.0-M07")
'org.opencypher:tools:pom:1.0.0-M07'
<dependency org="org.opencypher" name="tools" rev="1.0.0-M07">
<artifact name="tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opencypher', module='tools', version='1.0.0-M07')
)
libraryDependencies += "org.opencypher" % "tools" % "1.0.0-M07"
[org.opencypher/tools "1.0.0-M07"]