Categories |
CategoriesMicroservices Container Hibernate Data ORM |
---|---|
GroupId | GroupIdcom.oath.microservices |
ArtifactId | ArtifactIdmicro-hibernate |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
micro-hibernate-1.1.1.pom | |
micro-hibernate-1.1.1.jar | 8 KB |
micro-hibernate-1.1.1-tests.jar | 25 KB |
micro-hibernate-1.1.1-sources.jar | 4 KB |
micro-hibernate-1.1.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.oath.microservices/micro-hibernate/ -->
<dependency>
<groupId>com.oath.microservices</groupId>
<artifactId>micro-hibernate</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.oath.microservices/micro-hibernate/
implementation 'com.oath.microservices:micro-hibernate:1.1.1'
// https://jarcasting.com/artifacts/com.oath.microservices/micro-hibernate/
implementation ("com.oath.microservices:micro-hibernate:1.1.1")
'com.oath.microservices:micro-hibernate:jar:1.1.1'
<dependency org="com.oath.microservices" name="micro-hibernate" rev="1.1.1">
<artifact name="micro-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oath.microservices', module='micro-hibernate', version='1.1.1')
)
libraryDependencies += "com.oath.microservices" % "micro-hibernate" % "1.1.1"
[com.oath.microservices/micro-hibernate "1.1.1"]