c

community-integration-tests

ONgDB Community Edition integration tests modules.
GNU General Public License, Version 3
文件下载
文件名 操作
community-integration-tests-3.6.2.pom 下载
Apache Maven
<dependency>
  <groupId>org.graphfoundation.ongdb</groupId>
  <artifactId>community-integration-tests</artifactId>
  <version>3.6.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.graphfoundation.ongdb:community-integration-tests:3.6.2'
Gradle Kotlin
implementation("org.graphfoundation.ongdb:community-integration-tests:3.6.2")
Scala SBT
libraryDependencies += "org.graphfoundation.ongdb" % "community-integration-tests" % "3.6.2"
Groovy Grape
@Grapes(
  @Grab(group='org.graphfoundation.ongdb', module='community-integration-tests', version='3.6.2')
)
Apache Ivy
<dependency org="org.graphfoundation.ongdb" name="community-integration-tests" rev="3.6.2" />
Leiningen
[org.graphfoundation.ongdb/community-integration-tests "3.6.2"]
Apache Buildr
'org.graphfoundation.ongdb:community-integration-tests:jar:3.6.2'