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