Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.plugins |
ArtifactId | ArtifactIdplancreator |
Version | Version2.1.4 |
Type | Typepom |
Filename | Size |
---|---|
plancreator-2.1.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.plugins/plancreator/ -->
<dependency>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>plancreator</artifactId>
<version>2.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/plancreator/
implementation 'org.apache.geronimo.plugins:plancreator:2.1.4'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/plancreator/
implementation ("org.apache.geronimo.plugins:plancreator:2.1.4")
'org.apache.geronimo.plugins:plancreator:pom:2.1.4'
<dependency org="org.apache.geronimo.plugins" name="plancreator" rev="2.1.4">
<artifact name="plancreator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='plancreator', version='2.1.4')
)
libraryDependencies += "org.apache.geronimo.plugins" % "plancreator" % "2.1.4"
[org.apache.geronimo.plugins/plancreator "2.1.4"]