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