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