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