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