GroupId | GroupIdcom.github.jsimone |
---|---|
ArtifactId | ArtifactIdwebapp-runner |
Version | Version8.0.18.0-M1 |
Type | Typejar |
Filename | Size |
---|---|
webapp-runner-8.0.18.0-M1.pom | |
webapp-runner-8.0.18.0-M1.jar | 9 MB |
webapp-runner-8.0.18.0-M1-sources.jar | 11 KB |
webapp-runner-8.0.18.0-M1-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jsimone/webapp-runner/ -->
<dependency>
<groupId>com.github.jsimone</groupId>
<artifactId>webapp-runner</artifactId>
<version>8.0.18.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsimone/webapp-runner/
implementation 'com.github.jsimone:webapp-runner:8.0.18.0-M1'
// https://jarcasting.com/artifacts/com.github.jsimone/webapp-runner/
implementation ("com.github.jsimone:webapp-runner:8.0.18.0-M1")
'com.github.jsimone:webapp-runner:jar:8.0.18.0-M1'
<dependency org="com.github.jsimone" name="webapp-runner" rev="8.0.18.0-M1">
<artifact name="webapp-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsimone', module='webapp-runner', version='8.0.18.0-M1')
)
libraryDependencies += "com.github.jsimone" % "webapp-runner" % "8.0.18.0-M1"
[com.github.jsimone/webapp-runner "8.0.18.0-M1"]