You can download usertype.spi-3.0.0.cr3.jar in this page.
Apache License
usertype.spi-3.0.0.cr3.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.jadira.usertype/usertype.spi/pom.properties META-INF/maven/org.jadira.usertype/usertype.spi/pom.xml org.jadira.usertype.spi.reflectionutils.ArrayUtils.class org.jadira.usertype.spi.reflectionutils.ClassLoaderUtils.class org.jadira.usertype.spi.reflectionutils.JavaTimeZoneWorkaroundHelper.class org.jadira.usertype.spi.reflectionutils.ReflectionException.class org.jadira.usertype.spi.reflectionutils.ReflectionUtils.class org.jadira.usertype.spi.reflectionutils.TypeHelper.class org.jadira.usertype.spi.shared.AbstractBigDecimalColumnMapper.class org.jadira.usertype.spi.shared.AbstractBigIntegerColumnMapper.class org.jadira.usertype.spi.shared.AbstractColumnMapper.class org.jadira.usertype.spi.shared.AbstractDateColumnMapper.class org.jadira.usertype.spi.shared.AbstractIntegerColumnMapper.class org.jadira.usertype.spi.shared.AbstractLongColumnMapper.class org.jadira.usertype.spi.shared.AbstractMultiColumnUserType.class org.jadira.usertype.spi.shared.AbstractParameterizedUserType.class org.jadira.usertype.spi.shared.AbstractSingleColumnUserType.class org.jadira.usertype.spi.shared.AbstractStringColumnMapper.class org.jadira.usertype.spi.shared.AbstractTimeColumnMapper.class org.jadira.usertype.spi.shared.AbstractTimestampColumnMapper.class org.jadira.usertype.spi.shared.AbstractUserType.class org.jadira.usertype.spi.shared.AbstractUserTypeHibernateIntegrator.class org.jadira.usertype.spi.shared.AbstractVersionableBigIntegerColumnMapper.class org.jadira.usertype.spi.shared.AbstractVersionableLongColumnMapper.class org.jadira.usertype.spi.shared.AbstractVersionableTimestampColumnMapper.class org.jadira.usertype.spi.shared.AbstractVersionableUserType.class org.jadira.usertype.spi.shared.ColumnMapper.class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter.class org.jadira.usertype.spi.shared.ConfigurationHelper.class org.jadira.usertype.spi.shared.DbTimestampSeed.class org.jadira.usertype.spi.shared.IntegratorConfiguredType.class org.jadira.usertype.spi.shared.JvmTimestampSeed.class org.jadira.usertype.spi.shared.Seed.class org.jadira.usertype.spi.shared.VersionableColumnMapper.class
usertype.spi-3.0.0.cr3.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2010, 2011 Christopher Pheby Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.jadira.usertype</groupId> <artifactId>usertype.parent</artifactId> <version>3.0.0.CR3</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>usertype.spi</artifactId> <packaging>jar</packaging> <name>Usertype SPI Classes for Hibernate</name> <description>Shared depencies for Usertype jars</description> <dependencies> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> </dependency> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time-hibernate</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.3.2</version> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.jadira.usertype</groupId> <artifactId>usertype.spi</artifactId> <version>3.0.0.cr3</version> </dependency>
If you think the following usertype.spi-3.0.0.cr3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download usertype.spi-3.0.0.cr3.jar file