GroupId | GroupIdorg.pepsoft.worldpainter |
---|---|
ArtifactId | ArtifactIdPluginParent |
Version | Version1.3.1 |
Type | Typepom |
Filename | Size |
---|---|
PluginParent-1.3.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pepsoft.worldpainter/PluginParent/ -->
<dependency>
<groupId>org.pepsoft.worldpainter</groupId>
<artifactId>PluginParent</artifactId>
<version>1.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.pepsoft.worldpainter/PluginParent/
implementation 'org.pepsoft.worldpainter:PluginParent:1.3.1'
// https://jarcasting.com/artifacts/org.pepsoft.worldpainter/PluginParent/
implementation ("org.pepsoft.worldpainter:PluginParent:1.3.1")
'org.pepsoft.worldpainter:PluginParent:pom:1.3.1'
<dependency org="org.pepsoft.worldpainter" name="PluginParent" rev="1.3.1">
<artifact name="PluginParent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.pepsoft.worldpainter', module='PluginParent', version='1.3.1')
)
libraryDependencies += "org.pepsoft.worldpainter" % "PluginParent" % "1.3.1"
[org.pepsoft.worldpainter/PluginParent "1.3.1"]