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