g

guiced-persistence-hibernateproperties-reader

Reads and Configures Hibernate Properties programmatically and replaces the values in the persistence properties.
https://github.com/GedMarc/GuicedPersistence-HibernatePropertiesReader
Files download
File Operation
guiced-persistence-hibernateproperties-reader-62.jar download
guiced-persistence-hibernateproperties-reader-62.pom download
guiced-persistence-hibernateproperties-reader-62-sources.jar download
Apache Maven
<dependency>
  <groupId>com.guicedee.persistence</groupId>
  <artifactId>guiced-persistence-hibernateproperties-reader</artifactId>
  <version>62</version>
</dependency>
Gradle Groovy
implementation 'com.guicedee.persistence:guiced-persistence-hibernateproperties-reader:62'
Gradle Kotlin
implementation("com.guicedee.persistence:guiced-persistence-hibernateproperties-reader:62")
Scala SBT
libraryDependencies += "com.guicedee.persistence" % "guiced-persistence-hibernateproperties-reader" % "62"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.persistence', module='guiced-persistence-hibernateproperties-reader', version='62')
)
Apache Ivy
<dependency org="com.guicedee.persistence" name="guiced-persistence-hibernateproperties-reader" rev="62" />
Leiningen
[com.guicedee.persistence/guiced-persistence-hibernateproperties-reader "62"]
Apache Buildr
'com.guicedee.persistence:guiced-persistence-hibernateproperties-reader:jar:62'