License |
License |
---|---|
GroupId | GroupIdorg.pepsoft.worldpainter |
ArtifactId | ArtifactIdWPCore |
Version | Version2.8.8 |
Type | Typejar |
Description |
DescriptionWorldPainter is an interactive map generator for Minecraft. It allows you to "paint" landscapes using similar tools as a regular paint program. Sculpt and mould the terrain, paint materials, trees, snow and ice, etc. onto it, and much more.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
WPCore-2.8.8.pom | |
WPCore-2.8.8.jar | 1 MB |
WPCore-2.8.8-sources.jar | 705 KB |
WPCore-2.8.8-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pepsoft.worldpainter/WPCore/ -->
<dependency>
<groupId>org.pepsoft.worldpainter</groupId>
<artifactId>WPCore</artifactId>
<version>2.8.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.pepsoft.worldpainter/WPCore/
implementation 'org.pepsoft.worldpainter:WPCore:2.8.8'
// https://jarcasting.com/artifacts/org.pepsoft.worldpainter/WPCore/
implementation ("org.pepsoft.worldpainter:WPCore:2.8.8")
'org.pepsoft.worldpainter:WPCore:jar:2.8.8'
<dependency org="org.pepsoft.worldpainter" name="WPCore" rev="2.8.8">
<artifact name="WPCore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pepsoft.worldpainter', module='WPCore', version='2.8.8')
)
libraryDependencies += "org.pepsoft.worldpainter" % "WPCore" % "2.8.8"
[org.pepsoft.worldpainter/WPCore "2.8.8"]
Group / Artifact | Type | Version |
---|---|---|
org.pepsoft.worldpainter : WPUtils | jar | 2.8.8 |
org.pepsoft.worldpainter : WPValueObjects | jar | 1.1.0 |
java3d : vecmath | jar | 1.3.1 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
com.intellij : annotations | jar | 12.0 |
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.slf4j : slf4j-simple | jar | 1.7.32 |