Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.graphwalker |
ArtifactId | ArtifactIdgraphwalker-cli |
Version | Version3.4.0 |
Type | Typejar |
Filename | Size |
---|---|
graphwalker-cli-3.4.0.pom | |
graphwalker-cli-3.4.0.jar | 11 MB |
graphwalker-cli-3.4.0-sources.jar | 17 KB |
graphwalker-cli-3.4.0-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graphwalker/graphwalker-cli/ -->
<dependency>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-cli</artifactId>
<version>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphwalker/graphwalker-cli/
implementation 'org.graphwalker:graphwalker-cli:3.4.0'
// https://jarcasting.com/artifacts/org.graphwalker/graphwalker-cli/
implementation ("org.graphwalker:graphwalker-cli:3.4.0")
'org.graphwalker:graphwalker-cli:jar:3.4.0'
<dependency org="org.graphwalker" name="graphwalker-cli" rev="3.4.0">
<artifact name="graphwalker-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphwalker', module='graphwalker-cli', version='3.4.0')
)
libraryDependencies += "org.graphwalker" % "graphwalker-cli" % "3.4.0"
[org.graphwalker/graphwalker-cli "3.4.0"]