Categories |
CategoriesMaven Build Tools GUI User Interface Guice Application Layer Libs Dependency Injection Hibernate Data ORM |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdhibernate-enhance-maven-plugin |
Version | Version1.0.20.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/hibernate-enhance-maven-plugin/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>hibernate-enhance-maven-plugin</artifactId>
<version>1.0.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/hibernate-enhance-maven-plugin/
implementation 'com.guicedee.services:hibernate-enhance-maven-plugin:1.0.20.0'
// https://jarcasting.com/artifacts/com.guicedee.services/hibernate-enhance-maven-plugin/
implementation ("com.guicedee.services:hibernate-enhance-maven-plugin:1.0.20.0")
'com.guicedee.services:hibernate-enhance-maven-plugin:jar:1.0.20.0'
<dependency org="com.guicedee.services" name="hibernate-enhance-maven-plugin" rev="1.0.20.0">
<artifact name="hibernate-enhance-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='hibernate-enhance-maven-plugin', version='1.0.20.0')
)
libraryDependencies += "com.guicedee.services" % "hibernate-enhance-maven-plugin" % "1.0.20.0"
[com.guicedee.services/hibernate-enhance-maven-plugin "1.0.20.0"]