Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.graphfoundation.ongdb.client |
ArtifactId | ArtifactIdongdb-browser |
Version | Version1.0.0-beta01 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.graphfoundation.ongdb.client/ongdb-browser/ -->
<dependency>
<groupId>org.graphfoundation.ongdb.client</groupId>
<artifactId>ongdb-browser</artifactId>
<version>1.0.0-beta01</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb.client/ongdb-browser/
implementation 'org.graphfoundation.ongdb.client:ongdb-browser:1.0.0-beta01'
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb.client/ongdb-browser/
implementation ("org.graphfoundation.ongdb.client:ongdb-browser:1.0.0-beta01")
'org.graphfoundation.ongdb.client:ongdb-browser:jar:1.0.0-beta01'
<dependency org="org.graphfoundation.ongdb.client" name="ongdb-browser" rev="1.0.0-beta01">
<artifact name="ongdb-browser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphfoundation.ongdb.client', module='ongdb-browser', version='1.0.0-beta01')
)
libraryDependencies += "org.graphfoundation.ongdb.client" % "ongdb-browser" % "1.0.0-beta01"
[org.graphfoundation.ongdb.client/ongdb-browser "1.0.0-beta01"]