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