| GroupId | GroupIdorg.jadira.usertype |
|---|---|
| ArtifactId | ArtifactIdusertype.parent |
| Version | Version1.8 |
| Type | Typepom |
| Filename | Size |
|---|---|
| usertype.parent-1.8.pom | 20 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jadira.usertype/usertype.parent/ -->
<dependency>
<groupId>org.jadira.usertype</groupId>
<artifactId>usertype.parent</artifactId>
<version>1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jadira.usertype/usertype.parent/
implementation 'org.jadira.usertype:usertype.parent:1.8'
// https://jarcasting.com/artifacts/org.jadira.usertype/usertype.parent/
implementation ("org.jadira.usertype:usertype.parent:1.8")
'org.jadira.usertype:usertype.parent:pom:1.8'
<dependency org="org.jadira.usertype" name="usertype.parent" rev="1.8">
<artifact name="usertype.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jadira.usertype', module='usertype.parent', version='1.8')
)
libraryDependencies += "org.jadira.usertype" % "usertype.parent" % "1.8"
[org.jadira.usertype/usertype.parent "1.8"]