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