| Группа | Группаorg.jadira.usertype |
|---|---|
| Идентификатор | Идентификаторusertype.parent |
| Версия | Версия1.7 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| usertype.parent-1.7.pom | 20 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jadira.usertype/usertype.parent/ -->
<dependency>
<groupId>org.jadira.usertype</groupId>
<artifactId>usertype.parent</artifactId>
<version>1.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jadira.usertype/usertype.parent/
implementation 'org.jadira.usertype:usertype.parent:1.7'
// https://jarcasting.com/artifacts/org.jadira.usertype/usertype.parent/
implementation ("org.jadira.usertype:usertype.parent:1.7")
'org.jadira.usertype:usertype.parent:pom:1.7'
<dependency org="org.jadira.usertype" name="usertype.parent" rev="1.7">
<artifact name="usertype.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jadira.usertype', module='usertype.parent', version='1.7')
)
libraryDependencies += "org.jadira.usertype" % "usertype.parent" % "1.7"
[org.jadira.usertype/usertype.parent "1.7"]