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