| Categories |
CategoriesWildFly Container Application Servers |
|---|---|
| GroupId | GroupIdorg.wildfly.extras.creaper |
| ArtifactId | ArtifactIdcreaper-commands |
| Version | Version0.9.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| creaper-commands-0.9.6.pom | |
| creaper-commands-0.9.6.jar | 376 KB |
| creaper-commands-0.9.6-sources.jar | 179 KB |
| creaper-commands-0.9.6-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>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.extras.creaper/creaper-commands/
implementation 'org.wildfly.extras.creaper:creaper-commands:0.9.6'
// https://jarcasting.com/artifacts/org.wildfly.extras.creaper/creaper-commands/
implementation ("org.wildfly.extras.creaper:creaper-commands:0.9.6")
'org.wildfly.extras.creaper:creaper-commands:jar:0.9.6'
<dependency org="org.wildfly.extras.creaper" name="creaper-commands" rev="0.9.6">
<artifact name="creaper-commands" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.extras.creaper', module='creaper-commands', version='0.9.6')
)
libraryDependencies += "org.wildfly.extras.creaper" % "creaper-commands" % "0.9.6"
[org.wildfly.extras.creaper/creaper-commands "0.9.6"]