GroupId | GroupIdorg.graphfoundation.ongdb |
---|---|
ArtifactId | ArtifactIdongdb-collections |
Version | Version3.6.1 |
Type | Typejar |
Filename | Size |
---|---|
ongdb-collections-3.6.1.pom | |
ongdb-collections-3.6.1.jar | 133 KB |
ongdb-collections-3.6.1-tests.jar | 72 KB |
ongdb-collections-3.6.1-sources.jar | 95 KB |
ongdb-collections-3.6.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-collections/
implementation 'org.graphfoundation.ongdb:ongdb-collections:3.6.1'
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-collections/
implementation ("org.graphfoundation.ongdb:ongdb-collections:3.6.1")
'org.graphfoundation.ongdb:ongdb-collections:jar:3.6.1'
<dependency org="org.graphfoundation.ongdb" name="ongdb-collections" rev="3.6.1">
<artifact name="ongdb-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphfoundation.ongdb', module='ongdb-collections', version='3.6.1')
)
libraryDependencies += "org.graphfoundation.ongdb" % "ongdb-collections" % "3.6.1"
[org.graphfoundation.ongdb/ongdb-collections "3.6.1"]