Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.extras.creaper |
ArtifactId | ArtifactIdcreaper-parent |
Version | Version0.9.2 |
Type | Typepom |
Filename | Size |
---|---|
creaper-parent-0.9.2.pom | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.extras.creaper/creaper-parent/ -->
<dependency>
<groupId>org.wildfly.extras.creaper</groupId>
<artifactId>creaper-parent</artifactId>
<version>0.9.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.extras.creaper/creaper-parent/
implementation 'org.wildfly.extras.creaper:creaper-parent:0.9.2'
// https://jarcasting.com/artifacts/org.wildfly.extras.creaper/creaper-parent/
implementation ("org.wildfly.extras.creaper:creaper-parent:0.9.2")
'org.wildfly.extras.creaper:creaper-parent:pom:0.9.2'
<dependency org="org.wildfly.extras.creaper" name="creaper-parent" rev="0.9.2">
<artifact name="creaper-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.extras.creaper', module='creaper-parent', version='0.9.2')
)
libraryDependencies += "org.wildfly.extras.creaper" % "creaper-parent" % "0.9.2"
[org.wildfly.extras.creaper/creaper-parent "0.9.2"]