| License |
License
Apache License, Version 2.0
|
|---|---|
| GroupId | GroupIdcom.github.jsimone |
| ArtifactId | ArtifactIdwebapp-runner-main |
| 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.
|
<!-- https://jarcasting.com/artifacts/com.github.jsimone/webapp-runner-main/ -->
<dependency>
<groupId>com.github.jsimone</groupId>
<artifactId>webapp-runner-main</artifactId>
<version>9.0.27.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsimone/webapp-runner-main/
implementation 'com.github.jsimone:webapp-runner-main:9.0.27.1'
// https://jarcasting.com/artifacts/com.github.jsimone/webapp-runner-main/
implementation ("com.github.jsimone:webapp-runner-main:9.0.27.1")
'com.github.jsimone:webapp-runner-main:jar:9.0.27.1'
<dependency org="com.github.jsimone" name="webapp-runner-main" rev="9.0.27.1">
<artifact name="webapp-runner-main" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsimone', module='webapp-runner-main', version='9.0.27.1')
)
libraryDependencies += "com.github.jsimone" % "webapp-runner-main" % "9.0.27.1"
[com.github.jsimone/webapp-runner-main "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 |