не последняя версия
Последняя версия 62

com.guicedee.persistence:guiced-persistence-jpa 1.0.0.0

A complete JPA 2.1 implementation for Standalone or EE Implementation. Enables Multiple Persistence units with annotated injection support aPerfect for Guice implementations, test suites, and Guice enabled Web Applications or EAR Projects. Requires JDK 8 and up

Категории

Категории

GUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection
Группа

Группа

com.guicedee.persistence
Идентификатор

Идентификатор

guiced-persistence-jpa
Версия

Версия

1.0.0.0
Тип

Тип

jar

Скачать guiced-persistence-jpa 1.0.0.0


<!-- https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-jpa/ -->
<dependency>
    <groupId>com.guicedee.persistence</groupId>
    <artifactId>guiced-persistence-jpa</artifactId>
    <version>1.0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-jpa/
implementation 'com.guicedee.persistence:guiced-persistence-jpa:1.0.0.0'
// https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-jpa/
implementation ("com.guicedee.persistence:guiced-persistence-jpa:1.0.0.0")
'com.guicedee.persistence:guiced-persistence-jpa:jar:1.0.0.0'
<dependency org="com.guicedee.persistence" name="guiced-persistence-jpa" rev="1.0.0.0">
  <artifact name="guiced-persistence-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.persistence', module='guiced-persistence-jpa', version='1.0.0.0')
)
libraryDependencies += "com.guicedee.persistence" % "guiced-persistence-jpa" % "1.0.0.0"
[com.guicedee.persistence/guiced-persistence-jpa "1.0.0.0"]