| Категории |
КатегорииСеть Hibernate Данные ORM |
|---|---|
| Группа | Группаnet.oschina.j2cache |
| Идентификатор | Идентификаторj2cache-hibernate4 |
| Версия | Версия1.3.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| j2cache-hibernate4-1.3.0.pom | |
| j2cache-hibernate4-1.3.0.jar | 89 KB |
| j2cache-hibernate4-1.3.0-sources.jar | 55 KB |
| j2cache-hibernate4-1.3.0-javadoc.jar | 310 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-hibernate4/ -->
<dependency>
<groupId>net.oschina.j2cache</groupId>
<artifactId>j2cache-hibernate4</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-hibernate4/
implementation 'net.oschina.j2cache:j2cache-hibernate4:1.3.0'
// https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-hibernate4/
implementation ("net.oschina.j2cache:j2cache-hibernate4:1.3.0")
'net.oschina.j2cache:j2cache-hibernate4:jar:1.3.0'
<dependency org="net.oschina.j2cache" name="j2cache-hibernate4" rev="1.3.0">
<artifact name="j2cache-hibernate4" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.j2cache', module='j2cache-hibernate4', version='1.3.0')
)
libraryDependencies += "net.oschina.j2cache" % "j2cache-hibernate4" % "1.3.0"
[net.oschina.j2cache/j2cache-hibernate4 "1.3.0"]