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