f

framework-amoeba

数据读写分离,基于mybatis mysql
文件下载
文件名 操作
framework-amoeba-1.0.0-SYLPHLIKE.jar 下载
framework-amoeba-1.0.0-SYLPHLIKE.pom 下载
framework-amoeba-1.0.0-SYLPHLIKE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.sylphlike</groupId>
  <artifactId>framework-amoeba</artifactId>
  <version>1.0.0-SYLPHLIKE</version>
</dependency>
Gradle Groovy
implementation 'com.github.sylphlike:framework-amoeba:1.0.0-SYLPHLIKE'
Gradle Kotlin
implementation("com.github.sylphlike:framework-amoeba:1.0.0-SYLPHLIKE")
Scala SBT
libraryDependencies += "com.github.sylphlike" % "framework-amoeba" % "1.0.0-SYLPHLIKE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sylphlike', module='framework-amoeba', version='1.0.0-SYLPHLIKE')
)
Apache Ivy
<dependency org="com.github.sylphlike" name="framework-amoeba" rev="1.0.0-SYLPHLIKE" />
Leiningen
[com.github.sylphlike/framework-amoeba "1.0.0-SYLPHLIKE"]
Apache Buildr
'com.github.sylphlike:framework-amoeba:jar:1.0.0-SYLPHLIKE'