| Группа | Группаio.github.rothschil |
|---|---|
| Идентификатор | Идентификаторpersistence-jpa |
| Версия | Версия1.1.21.RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| persistence-jpa-1.1.21.RELEASE.pom | |
| persistence-jpa-1.1.21.RELEASE-sources.jar | 27 KB |
| persistence-jpa-1.1.21.RELEASE-javadoc.jar | 130 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.rothschil/persistence-jpa/ -->
<dependency>
<groupId>io.github.rothschil</groupId>
<artifactId>persistence-jpa</artifactId>
<version>1.1.21.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.rothschil/persistence-jpa/
implementation 'io.github.rothschil:persistence-jpa:1.1.21.RELEASE'
// https://jarcasting.com/artifacts/io.github.rothschil/persistence-jpa/
implementation ("io.github.rothschil:persistence-jpa:1.1.21.RELEASE")
'io.github.rothschil:persistence-jpa:pom:1.1.21.RELEASE'
<dependency org="io.github.rothschil" name="persistence-jpa" rev="1.1.21.RELEASE">
<artifact name="persistence-jpa" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.rothschil', module='persistence-jpa', version='1.1.21.RELEASE')
)
libraryDependencies += "io.github.rothschil" % "persistence-jpa" % "1.1.21.RELEASE"
[io.github.rothschil/persistence-jpa "1.1.21.RELEASE"]