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