Categories |
CategoriesMicroservices Container Hibernate Data ORM |
---|---|
GroupId | GroupIdcom.aol.microservices |
ArtifactId | ArtifactIdmicro-hibernate |
Version | Version0.75 |
Type | Typejar |
Filename | Size |
---|---|
micro-hibernate-0.75.pom | |
micro-hibernate-0.75.jar | 9 KB |
micro-hibernate-0.75-tests.jar | 26 KB |
micro-hibernate-0.75-sources.jar | 5 KB |
micro-hibernate-0.75-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aol.microservices/micro-hibernate/ -->
<dependency>
<groupId>com.aol.microservices</groupId>
<artifactId>micro-hibernate</artifactId>
<version>0.75</version>
</dependency>
// https://jarcasting.com/artifacts/com.aol.microservices/micro-hibernate/
implementation 'com.aol.microservices:micro-hibernate:0.75'
// https://jarcasting.com/artifacts/com.aol.microservices/micro-hibernate/
implementation ("com.aol.microservices:micro-hibernate:0.75")
'com.aol.microservices:micro-hibernate:jar:0.75'
<dependency org="com.aol.microservices" name="micro-hibernate" rev="0.75">
<artifact name="micro-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aol.microservices', module='micro-hibernate', version='0.75')
)
libraryDependencies += "com.aol.microservices" % "micro-hibernate" % "0.75"
[com.aol.microservices/micro-hibernate "0.75"]