License |
License |
---|---|
Categories |
CategoriesJOnAS Container Application Servers |
GroupId | GroupIdorg.objectweb.jonas |
ArtifactId | ArtifactIdjonas-tools |
Last Version | Last Version5.0-M1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJOnAS :: Tools
JOnAS : Java Open Application Server
|
Project Organization |
Project OrganizationOW2 Consortium |
Filename | Size |
---|---|
jonas-tools-5.0-M1.pom | 700 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.jonas/jonas-tools/ -->
<dependency>
<groupId>org.objectweb.jonas</groupId>
<artifactId>jonas-tools</artifactId>
<version>5.0-M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.jonas/jonas-tools/
implementation 'org.objectweb.jonas:jonas-tools:5.0-M1'
// https://jarcasting.com/artifacts/org.objectweb.jonas/jonas-tools/
implementation ("org.objectweb.jonas:jonas-tools:5.0-M1")
'org.objectweb.jonas:jonas-tools:pom:5.0-M1'
<dependency org="org.objectweb.jonas" name="jonas-tools" rev="5.0-M1">
<artifact name="jonas-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.jonas', module='jonas-tools', version='5.0-M1')
)
libraryDependencies += "org.objectweb.jonas" % "jonas-tools" % "5.0-M1"
[org.objectweb.jonas/jonas-tools "5.0-M1"]