w

web-launcher-common

Common library for web launchers
Files download
File Operation
web-launcher-common-1.0-RC1.jar download
web-launcher-common-1.0-RC1.pom download
web-launcher-common-1.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>it.thomasjohansen.weblauncher</groupId>
  <artifactId>web-launcher-common</artifactId>
  <version>1.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'it.thomasjohansen.weblauncher:web-launcher-common:1.0-RC1'
Gradle Kotlin
implementation("it.thomasjohansen.weblauncher:web-launcher-common:1.0-RC1")
Scala SBT
libraryDependencies += "it.thomasjohansen.weblauncher" % "web-launcher-common" % "1.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='it.thomasjohansen.weblauncher', module='web-launcher-common', version='1.0-RC1')
)
Apache Ivy
<dependency org="it.thomasjohansen.weblauncher" name="web-launcher-common" rev="1.0-RC1" />
Leiningen
[it.thomasjohansen.weblauncher/web-launcher-common "1.0-RC1"]
Apache Buildr
'it.thomasjohansen.weblauncher:web-launcher-common:jar:1.0-RC1'