| 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.2-jre15 | 
        
| 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.2-jre15</version>
</dependency>
                // https://jarcasting.com/artifacts/com.guicedee.services/hibernate-enhance-maven-plugin/
implementation 'com.guicedee.services:hibernate-enhance-maven-plugin:1.0.20.2-jre15'
                // https://jarcasting.com/artifacts/com.guicedee.services/hibernate-enhance-maven-plugin/
implementation ("com.guicedee.services:hibernate-enhance-maven-plugin:1.0.20.2-jre15")
                'com.guicedee.services:hibernate-enhance-maven-plugin:jar:1.0.20.2-jre15'
                <dependency org="com.guicedee.services" name="hibernate-enhance-maven-plugin" rev="1.0.20.2-jre15">
  <artifact name="hibernate-enhance-maven-plugin" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.guicedee.services', module='hibernate-enhance-maven-plugin', version='1.0.20.2-jre15')
)
                libraryDependencies += "com.guicedee.services" % "hibernate-enhance-maven-plugin" % "1.0.20.2-jre15"
                [com.guicedee.services/hibernate-enhance-maven-plugin "1.0.20.2-jre15"]