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