| Categories | 
                Categoriesconfig Application Layer Libs Configuration | 
        
|---|---|
| GroupId | GroupIdorg.objectweb.bonita | 
    
| ArtifactId | ArtifactIdconfig | 
    
| Last Version | Last Version2.1 | 
        
| Release Date | Release Date | 
        
| Type | Typerar | 
    
| Description | 
            Description | 
    
| Filename | Size | 
|---|---|
| config-2.1.pom | |
| config-2.1.rar | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.objectweb.bonita/config/ -->
<dependency>
    <groupId>org.objectweb.bonita</groupId>
    <artifactId>config</artifactId>
    <version>2.1</version>
    <type>rar</type>
</dependency>
                // https://jarcasting.com/artifacts/org.objectweb.bonita/config/
implementation 'org.objectweb.bonita:config:2.1'
                // https://jarcasting.com/artifacts/org.objectweb.bonita/config/
implementation ("org.objectweb.bonita:config:2.1")
                'org.objectweb.bonita:config:rar:2.1'
                <dependency org="org.objectweb.bonita" name="config" rev="2.1">
  <artifact name="config" type="rar" />
</dependency>
                @Grapes(
@Grab(group='org.objectweb.bonita', module='config', version='2.1')
)
                libraryDependencies += "org.objectweb.bonita" % "config" % "2.1"
                [org.objectweb.bonita/config "2.1"]