GroupId | GroupIdorg.jadira.usertype |
---|---|
ArtifactId | ArtifactIdusertype.core |
Version | Version6.0.1.GA |
Type | Typejar |
Filename | Size |
---|---|
usertype.core-6.0.1.GA.pom | |
usertype.core-6.0.1.GA.jar | 355 KB |
usertype.core-6.0.1.GA-sources.jar | 347 KB |
usertype.core-6.0.1.GA-javadoc.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jadira.usertype/usertype.core/ -->
<dependency>
<groupId>org.jadira.usertype</groupId>
<artifactId>usertype.core</artifactId>
<version>6.0.1.GA</version>
</dependency>
// https://jarcasting.com/artifacts/org.jadira.usertype/usertype.core/
implementation 'org.jadira.usertype:usertype.core:6.0.1.GA'
// https://jarcasting.com/artifacts/org.jadira.usertype/usertype.core/
implementation ("org.jadira.usertype:usertype.core:6.0.1.GA")
'org.jadira.usertype:usertype.core:jar:6.0.1.GA'
<dependency org="org.jadira.usertype" name="usertype.core" rev="6.0.1.GA">
<artifact name="usertype.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jadira.usertype', module='usertype.core', version='6.0.1.GA')
)
libraryDependencies += "org.jadira.usertype" % "usertype.core" % "6.0.1.GA"
[org.jadira.usertype/usertype.core "6.0.1.GA"]