is not current version
Last Version 1.3

com.chilmers.config-bootstrapper:config-bootstrapper 1.2

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

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.chilmers.config-bootstrapper
ArtifactId

ArtifactId

config-bootstrapper
Version

Version

1.2
Type

Type

jar

Download config-bootstrapper 1.2


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