is not current version
Last Version 2.1

org.objectweb.bonita:config 2.0


Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.objectweb.bonita
ArtifactId

ArtifactId

config
Version

Version

2.0
Type

Type

rar

Download config 2.0


<!-- https://jarcasting.com/artifacts/org.objectweb.bonita/config/ -->
<dependency>
    <groupId>org.objectweb.bonita</groupId>
    <artifactId>config</artifactId>
    <version>2.0</version>
    <type>rar</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.bonita/config/
implementation 'org.objectweb.bonita:config:2.0'
// https://jarcasting.com/artifacts/org.objectweb.bonita/config/
implementation ("org.objectweb.bonita:config:2.0")
'org.objectweb.bonita:config:rar:2.0'
<dependency org="org.objectweb.bonita" name="config" rev="2.0">
  <artifact name="config" type="rar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.bonita', module='config', version='2.0')
)
libraryDependencies += "org.objectweb.bonita" % "config" % "2.0"
[org.objectweb.bonita/config "2.0"]