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