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