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