| GroupId | GroupIdorg.graphfoundation.ongdb |
|---|---|
| ArtifactId | ArtifactIdongdb-enterprise |
| Version | Version3.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ongdb-enterprise-3.6.0.pom | |
| ongdb-enterprise-3.6.0.jar | 24 KB |
| ongdb-enterprise-3.6.0-tests.jar | 92 KB |
| ongdb-enterprise-3.6.0-sources.jar | 24 KB |
| ongdb-enterprise-3.6.0-javadoc.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-enterprise/ -->
<dependency>
<groupId>org.graphfoundation.ongdb</groupId>
<artifactId>ongdb-enterprise</artifactId>
<version>3.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-enterprise/
implementation 'org.graphfoundation.ongdb:ongdb-enterprise:3.6.0'
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-enterprise/
implementation ("org.graphfoundation.ongdb:ongdb-enterprise:3.6.0")
'org.graphfoundation.ongdb:ongdb-enterprise:jar:3.6.0'
<dependency org="org.graphfoundation.ongdb" name="ongdb-enterprise" rev="3.6.0">
<artifact name="ongdb-enterprise" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphfoundation.ongdb', module='ongdb-enterprise', version='3.6.0')
)
libraryDependencies += "org.graphfoundation.ongdb" % "ongdb-enterprise" % "3.6.0"
[org.graphfoundation.ongdb/ongdb-enterprise "3.6.0"]