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