GroupId | GroupIdcom.github.jsimone |
---|---|
ArtifactId | ArtifactIdwebapp-runner |
Version | Version7.0.27.1 |
Type | Typejar |
Filename | Size |
---|---|
webapp-runner-7.0.27.1.pom | |
webapp-runner-7.0.27.1.jar | 6 MB |
webapp-runner-7.0.27.1-sources.jar | 10 KB |
webapp-runner-7.0.27.1-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>7.0.27.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsimone/webapp-runner/
implementation 'com.github.jsimone:webapp-runner:7.0.27.1'
// https://jarcasting.com/artifacts/com.github.jsimone/webapp-runner/
implementation ("com.github.jsimone:webapp-runner:7.0.27.1")
'com.github.jsimone:webapp-runner:jar:7.0.27.1'
<dependency org="com.github.jsimone" name="webapp-runner" rev="7.0.27.1">
<artifact name="webapp-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsimone', module='webapp-runner', version='7.0.27.1')
)
libraryDependencies += "com.github.jsimone" % "webapp-runner" % "7.0.27.1"
[com.github.jsimone/webapp-runner "7.0.27.1"]