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