GroupId | GroupIdorg.graphwalker |
---|---|
ArtifactId | ArtifactIdgraphwalker-core |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
graphwalker-core-4.0.0.pom | |
graphwalker-core-4.0.0.jar | 110 KB |
graphwalker-core-4.0.0-sources.jar | 172 KB |
graphwalker-core-4.0.0-javadoc.jar | 535 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graphwalker/graphwalker-core/ -->
<dependency>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-core</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphwalker/graphwalker-core/
implementation 'org.graphwalker:graphwalker-core:4.0.0'
// https://jarcasting.com/artifacts/org.graphwalker/graphwalker-core/
implementation ("org.graphwalker:graphwalker-core:4.0.0")
'org.graphwalker:graphwalker-core:jar:4.0.0'
<dependency org="org.graphwalker" name="graphwalker-core" rev="4.0.0">
<artifact name="graphwalker-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphwalker', module='graphwalker-core', version='4.0.0')
)
libraryDependencies += "org.graphwalker" % "graphwalker-core" % "4.0.0"
[org.graphwalker/graphwalker-core "4.0.0"]