Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.extras.creaper |
ArtifactId | ArtifactIdcreaper-commands |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
creaper-commands-1.2.0.pom | |
creaper-commands-1.2.0.jar | 406 KB |
creaper-commands-1.2.0-sources.jar | 193 KB |
creaper-commands-1.2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.extras.creaper/creaper-commands/ -->
<dependency>
<groupId>org.wildfly.extras.creaper</groupId>
<artifactId>creaper-commands</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.extras.creaper/creaper-commands/
implementation 'org.wildfly.extras.creaper:creaper-commands:1.2.0'
// https://jarcasting.com/artifacts/org.wildfly.extras.creaper/creaper-commands/
implementation ("org.wildfly.extras.creaper:creaper-commands:1.2.0")
'org.wildfly.extras.creaper:creaper-commands:jar:1.2.0'
<dependency org="org.wildfly.extras.creaper" name="creaper-commands" rev="1.2.0">
<artifact name="creaper-commands" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.extras.creaper', module='creaper-commands', version='1.2.0')
)
libraryDependencies += "org.wildfly.extras.creaper" % "creaper-commands" % "1.2.0"
[org.wildfly.extras.creaper/creaper-commands "1.2.0"]