Download mybatis-typehandlers-jsr310-1.0.1.jar file

Introduction

You can download mybatis-typehandlers-jsr310-1.0.1.jar in this page.

License

Apache License

Type List

mybatis-typehandlers-jsr310-1.0.1.jar file has the following types.

META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/maven/org.mybatis/mybatis-typehandlers-jsr310/pom.properties
META-INF/maven/org.mybatis/mybatis-typehandlers-jsr310/pom.xml
org.apache.ibatis.type.InstantTypeHandler.class
org.apache.ibatis.type.LocalDateTimeTypeHandler.class
org.apache.ibatis.type.LocalDateTypeHandler.class
org.apache.ibatis.type.LocalTimeTypeHandler.class
org.apache.ibatis.type.MonthTypeHandler.class
org.apache.ibatis.type.OffsetDateTimeTypeHandler.class
org.apache.ibatis.type.OffsetTimeTypeHandler.class
org.apache.ibatis.type.YearTypeHandler.class
org.apache.ibatis.type.ZonedDateTimeTypeHandler.class

Pom

mybatis-typehandlers-jsr310-1.0.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--

       Copyright 2016 the original author or authors.

       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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.mybatis</groupId>
    <artifactId>mybatis-parent</artifactId>
    <version>27</version>
    <relativePath />
  </parent>

  <artifactId>mybatis-typehandlers-jsr310</artifactId>
  <version>1.0.1</version>
  <packaging>jar</packaging>

  <name>mybatis-typehandlers-jsr310</name>
  <description>MyBatis Type Handlers supporting JSR-310</description>
  <url>https://github.com/mybatis/typehandlers-jsr310</url>

  <inceptionYear>2016</inceptionYear>

  <scm>
    <url>http://github.com/mybatis/typehandlers-jsr310</url>
    <connection>scm:git:ssh://github.com/mybatis/typehandlers-jsr310.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/mybatis/typehandlers-jsr310.git</developerConnection>
    <tag>mybatis-typehandlers-jsr310-1.0.1</tag>
  </scm>
  <issueManagement>
    <system>GitHub Issue Management</system>
    <url>https://github.com/mybatis/typehandlers-jsr310/issues</url>
  </issueManagement>
  <ciManagement>
    <system>Travis CI</system>
    <url>https://travis-ci.org/mybatis/typehandlers-jsr310</url>
  </ciManagement>
  <distributionManagement>
    <site>
      <id>gh-pages</id>
      <name>Mybatis GitHub Pages</name>
      <url>git:ssh://git@github.com/mybatis/typehandlers-jsr310.git?gh-pages#</url>
    </site>
  </distributionManagement>

  <properties>
    <maven.compiler.source>1.8</maven.compiler.source>
    <maven.compiler.target>1.8</maven.compiler.target>

    <signature.artifact>java18</signature.artifact>
    <signature.version>1.0</signature.version>
  </properties>

  <dependencies>

    <dependency>
      <groupId>org.mybatis</groupId>
      <artifactId>mybatis</artifactId>
      <version>3.4.0</version>
      <scope>provided</scope>
    </dependency>

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>2.0.52-beta</version>
      <scope>test</scope>
    </dependency>

  </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.mybatis</groupId>
   <artifactId>mybatis-typehandlers-jsr310</artifactId>
   <version>1.0.1</version>
</dependency>

Download

If you think the following mybatis-typehandlers-jsr310-1.0.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download mybatis-typehandlers-jsr310-1.0.1.jar file




PreviousNext

Related