config-bootstrapper

Top pom of the config-bootstrapper project. The config-bootstrapper helps with configuration of Servlet based Java applications.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.chilmers.config-bootstrapper
ArtifactId

ArtifactId

config-bootstrapper
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

jar
Description

Description

config-bootstrapper
Top pom of the config-bootstrapper project. The config-bootstrapper helps with configuration of Servlet based Java applications.
Project URL

Project URL

http://www.github.com/chilmers/config-bootstrapper
Source Code Management

Source Code Management

https://github.com/chilmers/config-bootstrapper

Download config-bootstrapper

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
commons-lang : commons-lang jar 2.4

provided (2)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5
log4j : log4j jar 1.2.17

test (2)

Group / Artifact Type Version
junit : junit jar 4.7
org.springframework : spring-test jar 3.2.0.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.3
1.2
1.1
1.0