is not current version
Last Version 1.1.0

org.pepsoft.worldpainter:WPValueObjects 1.0.0

Some simple JavaBeans for WorldPainter usage data.

GroupId

GroupId

org.pepsoft.worldpainter
ArtifactId

ArtifactId

WPValueObjects
Version

Version

1.0.0
Type

Type

jar

Download WPValueObjects 1.0.0


<!-- https://jarcasting.com/artifacts/org.pepsoft.worldpainter/WPValueObjects/ -->
<dependency>
    <groupId>org.pepsoft.worldpainter</groupId>
    <artifactId>WPValueObjects</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.pepsoft.worldpainter/WPValueObjects/
implementation 'org.pepsoft.worldpainter:WPValueObjects:1.0.0'
// https://jarcasting.com/artifacts/org.pepsoft.worldpainter/WPValueObjects/
implementation ("org.pepsoft.worldpainter:WPValueObjects:1.0.0")
'org.pepsoft.worldpainter:WPValueObjects:jar:1.0.0'
<dependency org="org.pepsoft.worldpainter" name="WPValueObjects" rev="1.0.0">
  <artifact name="WPValueObjects" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pepsoft.worldpainter', module='WPValueObjects', version='1.0.0')
)
libraryDependencies += "org.pepsoft.worldpainter" % "WPValueObjects" % "1.0.0"
[org.pepsoft.worldpainter/WPValueObjects "1.0.0"]