| Категории |
КатегорииJBoss Контейнер Application Servers Gson Данные JSON Hibernate ORM |
|---|---|
| Группа | Группаorg.hibernate.gson-jbossmodules |
| Идентификатор | Идентификаторgson-jbossmodules-parent |
| Версия | Версия2.8.2.hibernate01 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| gson-jbossmodules-parent-2.8.2.hibernate01.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.hibernate.gson-jbossmodules/gson-jbossmodules-parent/ -->
<dependency>
<groupId>org.hibernate.gson-jbossmodules</groupId>
<artifactId>gson-jbossmodules-parent</artifactId>
<version>2.8.2.hibernate01</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate.gson-jbossmodules/gson-jbossmodules-parent/
implementation 'org.hibernate.gson-jbossmodules:gson-jbossmodules-parent:2.8.2.hibernate01'
// https://jarcasting.com/artifacts/org.hibernate.gson-jbossmodules/gson-jbossmodules-parent/
implementation ("org.hibernate.gson-jbossmodules:gson-jbossmodules-parent:2.8.2.hibernate01")
'org.hibernate.gson-jbossmodules:gson-jbossmodules-parent:pom:2.8.2.hibernate01'
<dependency org="org.hibernate.gson-jbossmodules" name="gson-jbossmodules-parent" rev="2.8.2.hibernate01">
<artifact name="gson-jbossmodules-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hibernate.gson-jbossmodules', module='gson-jbossmodules-parent', version='2.8.2.hibernate01')
)
libraryDependencies += "org.hibernate.gson-jbossmodules" % "gson-jbossmodules-parent" % "2.8.2.hibernate01"
[org.hibernate.gson-jbossmodules/gson-jbossmodules-parent "2.8.2.hibernate01"]