License |
License |
---|---|
GroupId | GroupIdorg.codehaus.fabric3.standalone |
ArtifactId | ArtifactIdshutdown |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFabric3 Standalone Runtime Shutdown
Fabric3 Standalone Runtime Server Shutdown Command.
|
Filename | Size |
---|---|
shutdown-0.1.pom | |
shutdown-0.1.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.fabric3.standalone/shutdown/ -->
<dependency>
<groupId>org.codehaus.fabric3.standalone</groupId>
<artifactId>shutdown</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.fabric3.standalone/shutdown/
implementation 'org.codehaus.fabric3.standalone:shutdown:0.1'
// https://jarcasting.com/artifacts/org.codehaus.fabric3.standalone/shutdown/
implementation ("org.codehaus.fabric3.standalone:shutdown:0.1")
'org.codehaus.fabric3.standalone:shutdown:jar:0.1'
<dependency org="org.codehaus.fabric3.standalone" name="shutdown" rev="0.1">
<artifact name="shutdown" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.fabric3.standalone', module='shutdown', version='0.1')
)
libraryDependencies += "org.codehaus.fabric3.standalone" % "shutdown" % "0.1"
[org.codehaus.fabric3.standalone/shutdown "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.fabric3.standalone : standalone-api | jar | 0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |