License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.stickycode.examples |
ArtifactId | ArtifactIdsticky-helloworld-war |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typewar |
Description |
Descriptionsticky-example-war
A very simple webapp for testing things that need webapps
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sticky-helloworld-war-1.3.pom | -1 bytes |
sticky-helloworld-war-1.3-application.war | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.stickycode.examples/sticky-helloworld-war/ -->
<dependency>
<groupId>net.stickycode.examples</groupId>
<artifactId>sticky-helloworld-war</artifactId>
<version>1.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.examples/sticky-helloworld-war/
implementation 'net.stickycode.examples:sticky-helloworld-war:1.3'
// https://jarcasting.com/artifacts/net.stickycode.examples/sticky-helloworld-war/
implementation ("net.stickycode.examples:sticky-helloworld-war:1.3")
'net.stickycode.examples:sticky-helloworld-war:war:1.3'
<dependency org="net.stickycode.examples" name="sticky-helloworld-war" rev="1.3">
<artifact name="sticky-helloworld-war" type="war" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.examples', module='sticky-helloworld-war', version='1.3')
)
libraryDependencies += "net.stickycode.examples" % "sticky-helloworld-war" % "1.3"
[net.stickycode.examples/sticky-helloworld-war "1.3"]