GroupId | GroupIdorg.graphwalker |
---|---|
ArtifactId | ArtifactIdgraphwalker-project |
Version | Version4.2.0 |
Type | Typepom |
Filename | Size |
---|---|
graphwalker-project-4.2.0.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graphwalker/graphwalker-project/ -->
<dependency>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.graphwalker/graphwalker-project/
implementation 'org.graphwalker:graphwalker-project:4.2.0'
// https://jarcasting.com/artifacts/org.graphwalker/graphwalker-project/
implementation ("org.graphwalker:graphwalker-project:4.2.0")
'org.graphwalker:graphwalker-project:pom:4.2.0'
<dependency org="org.graphwalker" name="graphwalker-project" rev="4.2.0">
<artifact name="graphwalker-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.graphwalker', module='graphwalker-project', version='4.2.0')
)
libraryDependencies += "org.graphwalker" % "graphwalker-project" % "4.2.0"
[org.graphwalker/graphwalker-project "4.2.0"]