w

web-launcher

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