文件下载
文件名 操作
sheets-0.6.0-alpha02.jar 下载
sheets-0.6.0-alpha02.pom 下载
sheets-0.6.0-alpha02-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.dokar3</groupId>
  <artifactId>sheets</artifactId>
  <version>0.6.0-alpha02</version>
</dependency>
Gradle Groovy
implementation 'io.github.dokar3:sheets:0.6.0-alpha02'
Gradle Kotlin
implementation("io.github.dokar3:sheets:0.6.0-alpha02")
Scala SBT
libraryDependencies += "io.github.dokar3" % "sheets" % "0.6.0-alpha02"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dokar3', module='sheets', version='0.6.0-alpha02')
)
Apache Ivy
<dependency org="io.github.dokar3" name="sheets" rev="0.6.0-alpha02" />
Leiningen
[io.github.dokar3/sheets "0.6.0-alpha02"]
Apache Buildr
'io.github.dokar3:sheets:jar:0.6.0-alpha02'