g

guiced-persistence-systemproperties-reader

Reads ${} properties from the System Environment Variables and replaces the values in the persistence properties.
https://github.com/GedMarc/GuicedPersistence-SystemPropertiesReader
Files download
File Operation
guiced-persistence-systemproperties-reader-0.68.0.1.jar download
guiced-persistence-systemproperties-reader-0.68.0.1.pom download
guiced-persistence-systemproperties-reader-0.68.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jwebmp.guicedee.persistence</groupId>
  <artifactId>guiced-persistence-systemproperties-reader</artifactId>
  <version>0.68.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.jwebmp.guicedee.persistence:guiced-persistence-systemproperties-reader:0.68.0.1'
Gradle Kotlin
implementation("com.jwebmp.guicedee.persistence:guiced-persistence-systemproperties-reader:0.68.0.1")
Scala SBT
libraryDependencies += "com.jwebmp.guicedee.persistence" % "guiced-persistence-systemproperties-reader" % "0.68.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.jwebmp.guicedee.persistence', module='guiced-persistence-systemproperties-reader', version='0.68.0.1')
)
Apache Ivy
<dependency org="com.jwebmp.guicedee.persistence" name="guiced-persistence-systemproperties-reader" rev="0.68.0.1" />
Leiningen
[com.jwebmp.guicedee.persistence/guiced-persistence-systemproperties-reader "0.68.0.1"]
Apache Buildr
'com.jwebmp.guicedee.persistence:guiced-persistence-systemproperties-reader:jar:0.68.0.1'