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