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