m

mybatis-typehandlers-threeten-extra

MyBatis Type Handlers supporting ThreeTen-Extra
https://github.com/mybatis/typehandlers-threeten-extra/
Files download
File Operation
mybatis-typehandlers-threeten-extra-1.1.0.jar download
mybatis-typehandlers-threeten-extra-1.1.0.pom download
mybatis-typehandlers-threeten-extra-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mybatis</groupId>
  <artifactId>mybatis-typehandlers-threeten-extra</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.mybatis:mybatis-typehandlers-threeten-extra:1.1.0'
Gradle Kotlin
implementation("org.mybatis:mybatis-typehandlers-threeten-extra:1.1.0")
Scala SBT
libraryDependencies += "org.mybatis" % "mybatis-typehandlers-threeten-extra" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.mybatis', module='mybatis-typehandlers-threeten-extra', version='1.1.0')
)
Apache Ivy
<dependency org="org.mybatis" name="mybatis-typehandlers-threeten-extra" rev="1.1.0" />
Leiningen
[org.mybatis/mybatis-typehandlers-threeten-extra "1.1.0"]
Apache Buildr
'org.mybatis:mybatis-typehandlers-threeten-extra:jar:1.1.0'