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