License |
License |
---|---|
Categories |
CategoriesConfiguration Application Layer Libs config |
GroupId | GroupIdorg.ow2.weblab.tools |
ArtifactId | ArtifactIdconfiguration-manager |
Last Version | Last Version1.0-RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWebLab Configuration Manager
This is a library that provide a common configuration mechanism to add, remove, replace and request beans.
And it also provide a simple way to manage WebLab services configuration and retrieval.
|
<!-- https://jarcasting.com/artifacts/org.ow2.weblab.tools/configuration-manager/ -->
<dependency>
<groupId>org.ow2.weblab.tools</groupId>
<artifactId>configuration-manager</artifactId>
<version>1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.tools/configuration-manager/
implementation 'org.ow2.weblab.tools:configuration-manager:1.0-RC1'
// https://jarcasting.com/artifacts/org.ow2.weblab.tools/configuration-manager/
implementation ("org.ow2.weblab.tools:configuration-manager:1.0-RC1")
'org.ow2.weblab.tools:configuration-manager:jar:1.0-RC1'
<dependency org="org.ow2.weblab.tools" name="configuration-manager" rev="1.0-RC1">
<artifact name="configuration-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.tools', module='configuration-manager', version='1.0-RC1')
)
libraryDependencies += "org.ow2.weblab.tools" % "configuration-manager" % "1.0-RC1"
[org.ow2.weblab.tools/configuration-manager "1.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1.1 |
org.ow2.weblab.core : annotator | jar | 1.2.4 |
org.apache.cxf : cxf-rt-frontend-jaxws | jar | 2.4.0 |
org.apache.cxf : cxf-rt-transports-http | jar | 2.4.0 |
xalan : xalan | jar | 2.7.1 |
Group / Artifact | Type | Version |
---|---|---|
org.ow2.weblab.services : dataoperator | jar | 1.2.2 |
org.ow2.weblab.core : model | jar | 1.2.2 |
org.ow2.weblab.core : extended | jar | 1.2.2 |
javax.servlet : servlet-api | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |