is not current version
Last Version 1.3

com.chilmers.config-bootstrapper:config-bootstrapper 1.1

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.1
Type

Type

jar

Download config-bootstrapper 1.1


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