Categories |
CategoriesUnity Business Logic Libraries Game Development |
---|---|
GroupId | GroupIdorg.graphfoundation.ongdb.assembly |
ArtifactId | ArtifactIdongdb-community-standalone |
Version | Version3.6.0 |
Type | Typepom |
Filename | Size |
---|---|
ongdb-community-standalone-3.6.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graphfoundation.ongdb.assembly/ongdb-community-standalone/ -->
<dependency>
<groupId>org.graphfoundation.ongdb.assembly</groupId>
<artifactId>ongdb-community-standalone</artifactId>
<version>3.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb.assembly/ongdb-community-standalone/
implementation 'org.graphfoundation.ongdb.assembly:ongdb-community-standalone:3.6.0'
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb.assembly/ongdb-community-standalone/
implementation ("org.graphfoundation.ongdb.assembly:ongdb-community-standalone:3.6.0")
'org.graphfoundation.ongdb.assembly:ongdb-community-standalone:pom:3.6.0'
<dependency org="org.graphfoundation.ongdb.assembly" name="ongdb-community-standalone" rev="3.6.0">
<artifact name="ongdb-community-standalone" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.graphfoundation.ongdb.assembly', module='ongdb-community-standalone', version='3.6.0')
)
libraryDependencies += "org.graphfoundation.ongdb.assembly" % "ongdb-community-standalone" % "3.6.0"
[org.graphfoundation.ongdb.assembly/ongdb-community-standalone "3.6.0"]