License |
License
Apache License, Version 2.0
|
---|---|
GroupId | GroupIdcom.github.jsimone |
ArtifactId | ArtifactIdwebapp-runner |
Version | Version9.0.27.1 |
Type | Typejar |
Description |
DescriptionLightweight Application Launcher. Launch your webapp in the most popular open source web container available with a single command.
|
Filename | Size |
---|---|
webapp-runner-9.0.27.1.pom | |
webapp-runner-9.0.27.1.jar | 22 MB |
webapp-runner-9.0.27.1-sources.jar | 2 KB |
webapp-runner-9.0.27.1-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jsimone/webapp-runner/ -->
<dependency>
<groupId>com.github.jsimone</groupId>
<artifactId>webapp-runner</artifactId>
<version>9.0.27.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsimone/webapp-runner/
implementation 'com.github.jsimone:webapp-runner:9.0.27.1'
// https://jarcasting.com/artifacts/com.github.jsimone/webapp-runner/
implementation ("com.github.jsimone:webapp-runner:9.0.27.1")
'com.github.jsimone:webapp-runner:jar:9.0.27.1'
<dependency org="com.github.jsimone" name="webapp-runner" rev="9.0.27.1">
<artifact name="webapp-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsimone', module='webapp-runner', version='9.0.27.1')
)
libraryDependencies += "com.github.jsimone" % "webapp-runner" % "9.0.27.1"
[com.github.jsimone/webapp-runner "9.0.27.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat.embed : tomcat-embed-core | jar | 9.0.27 |
org.apache.tomcat.embed : tomcat-embed-logging-juli | jar | 9.0.0.M6 |
org.apache.tomcat.embed : tomcat-embed-jasper | jar | 9.0.27 |
org.apache.tomcat : tomcat-jasper | jar | 9.0.27 |
org.apache.tomcat : tomcat-jasper-el | jar | 9.0.27 |
org.apache.tomcat : tomcat-jsp-api | jar | 9.0.27 |
org.apache.tomcat.embed : tomcat-embed-websocket | jar | 9.0.27 |
com.beust : jcommander | jar | 1.72 |
commons-io : commons-io | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.14.3 |