GroupId | GroupIdcom.github.jsimone |
---|---|
ArtifactId | ArtifactIdwebapp-runner-main |
Version | Version8.5.32.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jsimone/webapp-runner-main/ -->
<dependency>
<groupId>com.github.jsimone</groupId>
<artifactId>webapp-runner-main</artifactId>
<version>8.5.32.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsimone/webapp-runner-main/
implementation 'com.github.jsimone:webapp-runner-main:8.5.32.0'
// https://jarcasting.com/artifacts/com.github.jsimone/webapp-runner-main/
implementation ("com.github.jsimone:webapp-runner-main:8.5.32.0")
'com.github.jsimone:webapp-runner-main:jar:8.5.32.0'
<dependency org="com.github.jsimone" name="webapp-runner-main" rev="8.5.32.0">
<artifact name="webapp-runner-main" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsimone', module='webapp-runner-main', version='8.5.32.0')
)
libraryDependencies += "com.github.jsimone" % "webapp-runner-main" % "8.5.32.0"
[com.github.jsimone/webapp-runner-main "8.5.32.0"]