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