s

soento-mybatis

Files download
File Operation
soento-mybatis-1.2.10-RELEASE.jar download
soento-mybatis-1.2.10-RELEASE.pom download
soento-mybatis-1.2.10-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.soento</groupId>
  <artifactId>soento-mybatis</artifactId>
  <version>1.2.10-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.soento:soento-mybatis:1.2.10-RELEASE'
Gradle Kotlin
implementation("com.soento:soento-mybatis:1.2.10-RELEASE")
Scala SBT
libraryDependencies += "com.soento" % "soento-mybatis" % "1.2.10-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.soento', module='soento-mybatis', version='1.2.10-RELEASE')
)
Apache Ivy
<dependency org="com.soento" name="soento-mybatis" rev="1.2.10-RELEASE" />
Leiningen
[com.soento/soento-mybatis "1.2.10-RELEASE"]
Apache Buildr
'com.soento:soento-mybatis:jar:1.2.10-RELEASE'