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