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