s

swak-core

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