| 组织ID: |
org.mybatis |
| 项目ID: |
mybatis-typehandlers-jsr310 |
| 版本: |
1.0.1 |
| 最后修改时间: |
2018-07-25 12:32:43 |
| 包类型: |
jar |
| 标题: |
mybatis-typehandlers-jsr310 |
| 描述: |
MyBatis Type Handlers supporting JSR-310 |
| 大小: |
17.32KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-typehandlers-jsr310</artifactId>
<version>1.0.1</version>
</dependency>
|
| Gradle引入代码: |
org.mybatis:mybatis-typehandlers-jsr310:1.0.1
|
| 下载Jar包: |
|
| POM文件内容: |
<?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>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE
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
META-INF/maven/org.mybatis/mybatis-typehandlers-jsr310/pom.xml
META-INF/maven/org.mybatis/mybatis-typehandlers-jsr310/pom.properties
|
| 依赖Jar: |
mybatis-3.4.0.jar
/org.mybatis/mybatis/3.4.0
查看mybatis所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
mockito-core-2.0.52-beta.jar
/org.mockito/mockito-core/2.0.52-beta
查看mockito-core所有版本文件
|