| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.graphfoundation.ongdb.client |
| ArtifactId | ArtifactIdongdb-browser |
| Version | Version4.0.11 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ongdb-browser-4.0.11.pom | |
| ongdb-browser-4.0.11.jar | 6 MB |
| ongdb-browser-4.0.11-tests.jar | 3 KB |
| ongdb-browser-4.0.11-sources.jar | 6 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.graphfoundation.ongdb.client/ongdb-browser/ -->
<dependency>
<groupId>org.graphfoundation.ongdb.client</groupId>
<artifactId>ongdb-browser</artifactId>
<version>4.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb.client/ongdb-browser/
implementation 'org.graphfoundation.ongdb.client:ongdb-browser:4.0.11'
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb.client/ongdb-browser/
implementation ("org.graphfoundation.ongdb.client:ongdb-browser:4.0.11")
'org.graphfoundation.ongdb.client:ongdb-browser:jar:4.0.11'
<dependency org="org.graphfoundation.ongdb.client" name="ongdb-browser" rev="4.0.11">
<artifact name="ongdb-browser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphfoundation.ongdb.client', module='ongdb-browser', version='4.0.11')
)
libraryDependencies += "org.graphfoundation.ongdb.client" % "ongdb-browser" % "4.0.11"
[org.graphfoundation.ongdb.client/ongdb-browser "4.0.11"]