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