Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.graphfoundation.ongdb |
ArtifactId | ArtifactIdongdb-data-collector |
Version | Version3.6.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-data-collector/ -->
<dependency>
<groupId>org.graphfoundation.ongdb</groupId>
<artifactId>ongdb-data-collector</artifactId>
<version>3.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-data-collector/
implementation 'org.graphfoundation.ongdb:ongdb-data-collector:3.6.1'
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-data-collector/
implementation ("org.graphfoundation.ongdb:ongdb-data-collector:3.6.1")
'org.graphfoundation.ongdb:ongdb-data-collector:jar:3.6.1'
<dependency org="org.graphfoundation.ongdb" name="ongdb-data-collector" rev="3.6.1">
<artifact name="ongdb-data-collector" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphfoundation.ongdb', module='ongdb-data-collector', version='3.6.1')
)
libraryDependencies += "org.graphfoundation.ongdb" % "ongdb-data-collector" % "3.6.1"
[org.graphfoundation.ongdb/ongdb-data-collector "3.6.1"]