Categories |
CategoriesJOnAS Container Application Servers Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.ow2.jonas.autostart |
ArtifactId | ArtifactIdstop |
Version | Version1.0.0-M1 |
Type | Typejar |
Filename | Size |
---|---|
stop-1.0.0-M1.pom | |
stop-1.0.0-M1.jar | 7 KB |
stop-1.0.0-M1-sources.jar | 4 KB |
stop-1.0.0-M1-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.jonas.autostart/stop/ -->
<dependency>
<groupId>org.ow2.jonas.autostart</groupId>
<artifactId>stop</artifactId>
<version>1.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.jonas.autostart/stop/
implementation 'org.ow2.jonas.autostart:stop:1.0.0-M1'
// https://jarcasting.com/artifacts/org.ow2.jonas.autostart/stop/
implementation ("org.ow2.jonas.autostart:stop:1.0.0-M1")
'org.ow2.jonas.autostart:stop:jar:1.0.0-M1'
<dependency org="org.ow2.jonas.autostart" name="stop" rev="1.0.0-M1">
<artifact name="stop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.jonas.autostart', module='stop', version='1.0.0-M1')
)
libraryDependencies += "org.ow2.jonas.autostart" % "stop" % "1.0.0-M1"
[org.ow2.jonas.autostart/stop "1.0.0-M1"]