GroupId | GroupIdorg.pepsoft.worldpainter |
---|---|
ArtifactId | ArtifactIdWPUtils |
Version | Version2.10.7 |
Type | Typejar |
Filename | Size |
---|---|
WPUtils-2.10.7.pom | |
WPUtils-2.10.7.jar | 245 KB |
WPUtils-2.10.7-sources.jar | 173 KB |
WPUtils-2.10.7-javadoc.jar | 419 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pepsoft.worldpainter/WPUtils/ -->
<dependency>
<groupId>org.pepsoft.worldpainter</groupId>
<artifactId>WPUtils</artifactId>
<version>2.10.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.pepsoft.worldpainter/WPUtils/
implementation 'org.pepsoft.worldpainter:WPUtils:2.10.7'
// https://jarcasting.com/artifacts/org.pepsoft.worldpainter/WPUtils/
implementation ("org.pepsoft.worldpainter:WPUtils:2.10.7")
'org.pepsoft.worldpainter:WPUtils:jar:2.10.7'
<dependency org="org.pepsoft.worldpainter" name="WPUtils" rev="2.10.7">
<artifact name="WPUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pepsoft.worldpainter', module='WPUtils', version='2.10.7')
)
libraryDependencies += "org.pepsoft.worldpainter" % "WPUtils" % "2.10.7"
[org.pepsoft.worldpainter/WPUtils "2.10.7"]