p

persistence-mybatis

Pippin, was a Hobbit of the Shire, and one of Frodo Baggins' youngest, but closest friends. He was a member of the Fellowship of the Ring and later became the thirty-second Thain of the Shire
https://github.com/rothschil/pippin
The Apache License, Version 2.0
rothschil
文件下载
文件名 操作
persistence-mybatis-1.0.0.RELEASE.pom 下载
persistence-mybatis-1.0.0.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.rothschil</groupId>
  <artifactId>persistence-mybatis</artifactId>
  <version>1.0.0.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.rothschil:persistence-mybatis:1.0.0.RELEASE'
Gradle Kotlin
implementation("io.github.rothschil:persistence-mybatis:1.0.0.RELEASE")
Scala SBT
libraryDependencies += "io.github.rothschil" % "persistence-mybatis" % "1.0.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.github.rothschil', module='persistence-mybatis', version='1.0.0.RELEASE')
)
Apache Ivy
<dependency org="io.github.rothschil" name="persistence-mybatis" rev="1.0.0.RELEASE" />
Leiningen
[io.github.rothschil/persistence-mybatis "1.0.0.RELEASE"]
Apache Buildr
'io.github.rothschil:persistence-mybatis:jar:1.0.0.RELEASE'