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