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