MVN

com.bluetrainsoftware.bathe.initializers : system-property-loader

Maven & Gradle

Sep 11, 2017
13 usages
0 stars

Bathe Initializer for System Property Loading. Adds in watching and system death on config change to support dynamic properties (aka Kubernetes).

<dependency>
    <groupId>com.bluetrainsoftware.bathe.initializers</groupId>
    <artifactId>system-property-loader</artifactId>
    <version>3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bluetrainsoftware.bathe.initializers : system-property-loader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1

All Versions

Choose a version of com.bluetrainsoftware.bathe.initializers : system-property-loader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1
system-property-loader-3.1
2.2
system-property-loader-2.2
2.1
system-property-loader-2.1
1.2
system-property-loader-1.2
1.1
system-property-loader-1.1

How to add a dependency to Maven

Add the following com.bluetrainsoftware.bathe.initializers : system-property-loader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bluetrainsoftware.bathe.initializers</groupId>
    <artifactId>system-property-loader</artifactId>
    <version>3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bluetrainsoftware.bathe.initializers : system-property-loader gradle dependency to your build.gradle file:

implementation 'com.bluetrainsoftware.bathe.initializers:system-property-loader:3.1'

Gradle Kotlin DSL: Add the following com.bluetrainsoftware.bathe.initializers : system-property-loader gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bluetrainsoftware.bathe.initializers:system-property-loader:3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bluetrainsoftware.bathe.initializers : system-property-loader sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bluetrainsoftware.bathe.initializers" % "system-property-loader" % "3.1"

Advertisement