Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Hibernate Data ORM |
---|---|
GroupId | GroupIdcom.guicedee.persistence |
ArtifactId | ArtifactIdguiced-persistence-hibernateproperties-reader |
Version | Version1.0.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-hibernateproperties-reader/ -->
<dependency>
<groupId>com.guicedee.persistence</groupId>
<artifactId>guiced-persistence-hibernateproperties-reader</artifactId>
<version>1.0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-hibernateproperties-reader/
implementation 'com.guicedee.persistence:guiced-persistence-hibernateproperties-reader:1.0.1.3'
// https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-hibernateproperties-reader/
implementation ("com.guicedee.persistence:guiced-persistence-hibernateproperties-reader:1.0.1.3")
'com.guicedee.persistence:guiced-persistence-hibernateproperties-reader:jar:1.0.1.3'
<dependency org="com.guicedee.persistence" name="guiced-persistence-hibernateproperties-reader" rev="1.0.1.3">
<artifact name="guiced-persistence-hibernateproperties-reader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.persistence', module='guiced-persistence-hibernateproperties-reader', version='1.0.1.3')
)
libraryDependencies += "com.guicedee.persistence" % "guiced-persistence-hibernateproperties-reader" % "1.0.1.3"
[com.guicedee.persistence/guiced-persistence-hibernateproperties-reader "1.0.1.3"]