w

web-launcher

Web launcher root module
https://github.com/thxmasj/web-launcher
文件下载
文件名 操作
web-launcher-1.0-RC1.pom 下载
Apache Maven
<dependency>
  <groupId>it.thomasjohansen.weblauncher</groupId>
  <artifactId>web-launcher</artifactId>
  <version>1.0-RC1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'it.thomasjohansen.weblauncher:web-launcher:1.0-RC1'
Gradle Kotlin
implementation("it.thomasjohansen.weblauncher:web-launcher:1.0-RC1")
Scala SBT
libraryDependencies += "it.thomasjohansen.weblauncher" % "web-launcher" % "1.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='it.thomasjohansen.weblauncher', module='web-launcher', version='1.0-RC1')
)
Apache Ivy
<dependency org="it.thomasjohansen.weblauncher" name="web-launcher" rev="1.0-RC1" />
Leiningen
[it.thomasjohansen.weblauncher/web-launcher "1.0-RC1"]
Apache Buildr
'it.thomasjohansen.weblauncher:web-launcher:jar:1.0-RC1'