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