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