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