is not current version
Last Version 7.0.0.CR1

org.jadira.usertype:usertype.spi 2.0.1

Shared depencies for User Type jars

GroupId

GroupId

org.jadira.usertype
ArtifactId

ArtifactId

usertype.spi
Version

Version

2.0.1
Type

Type

jar

Download usertype.spi 2.0.1


<!-- https://jarcasting.com/artifacts/org.jadira.usertype/usertype.spi/ -->
<dependency>
    <groupId>org.jadira.usertype</groupId>
    <artifactId>usertype.spi</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jadira.usertype/usertype.spi/
implementation 'org.jadira.usertype:usertype.spi:2.0.1'
// https://jarcasting.com/artifacts/org.jadira.usertype/usertype.spi/
implementation ("org.jadira.usertype:usertype.spi:2.0.1")
'org.jadira.usertype:usertype.spi:jar:2.0.1'
<dependency org="org.jadira.usertype" name="usertype.spi" rev="2.0.1">
  <artifact name="usertype.spi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jadira.usertype', module='usertype.spi', version='2.0.1')
)
libraryDependencies += "org.jadira.usertype" % "usertype.spi" % "2.0.1"
[org.jadira.usertype/usertype.spi "2.0.1"]