w

wlftool-core

wlftool shell 操作
Files download
File Operation
wlftool-core-1.0.0-RELEASE.jar download
wlftool-core-1.0.0-RELEASE.pom download
wlftool-core-1.0.0-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.waisaa</groupId>
  <artifactId>wlftool-core</artifactId>
  <version>1.0.0-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.github.waisaa:wlftool-core:1.0.0-RELEASE'
Gradle Kotlin
implementation("io.github.waisaa:wlftool-core:1.0.0-RELEASE")
Scala SBT
libraryDependencies += "io.github.waisaa" % "wlftool-core" % "1.0.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.github.waisaa', module='wlftool-core', version='1.0.0-RELEASE')
)
Apache Ivy
<dependency org="io.github.waisaa" name="wlftool-core" rev="1.0.0-RELEASE" />
Leiningen
[io.github.waisaa/wlftool-core "1.0.0-RELEASE"]
Apache Buildr
'io.github.waisaa:wlftool-core:jar:1.0.0-RELEASE'