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