| Категории |
КатегорииМикросервисы Контейнер Hibernate Данные ORM |
|---|---|
| Группа | Группаcom.oath.microservices |
| Идентификатор | Идентификаторmicro-hibernate |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| micro-hibernate-1.0.1.pom | |
| micro-hibernate-1.0.1.jar | 9 KB |
| micro-hibernate-1.0.1-tests.jar | 25 KB |
| micro-hibernate-1.0.1-sources.jar | 5 KB |
| micro-hibernate-1.0.1-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.oath.microservices/micro-hibernate/ -->
<dependency>
<groupId>com.oath.microservices</groupId>
<artifactId>micro-hibernate</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.oath.microservices/micro-hibernate/
implementation 'com.oath.microservices:micro-hibernate:1.0.1'
// https://jarcasting.com/artifacts/com.oath.microservices/micro-hibernate/
implementation ("com.oath.microservices:micro-hibernate:1.0.1")
'com.oath.microservices:micro-hibernate:jar:1.0.1'
<dependency org="com.oath.microservices" name="micro-hibernate" rev="1.0.1">
<artifact name="micro-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oath.microservices', module='micro-hibernate', version='1.0.1')
)
libraryDependencies += "com.oath.microservices" % "micro-hibernate" % "1.0.1"
[com.oath.microservices/micro-hibernate "1.0.1"]