文件下载
文件名 操作
xbase-3.2.0.pom 下载
xbase-3.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.pichsy</groupId>
  <artifactId>xbase</artifactId>
  <version>3.2.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.pichsy:xbase:3.2.0'
Gradle Kotlin
implementation("io.github.pichsy:xbase:3.2.0")
Scala SBT
libraryDependencies += "io.github.pichsy" % "xbase" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pichsy', module='xbase', version='3.2.0')
)
Apache Ivy
<dependency org="io.github.pichsy" name="xbase" rev="3.2.0" />
Leiningen
[io.github.pichsy/xbase "3.2.0"]
Apache Buildr
'io.github.pichsy:xbase:jar:3.2.0'
本项目依赖
该项目无第三方依赖