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