License |
License |
---|---|
GroupId | GroupIdorg.teatrove.examples |
ArtifactId | ArtifactIdhello-world |
Version | Version4.1.2 |
Type | Typewar |
Description |
DescriptionHello World TeaTrove Example
Hello World example of using teatrove as a WAR project.
|
Project Organization |
Project OrganizationTeaTrove.org |
Filename | Size |
---|---|
hello-world-4.1.2.pom | |
hello-world-4.1.2.war | 3 MB |
hello-world-4.1.2-sources.jar | 3 KB |
hello-world-4.1.2-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.teatrove.examples/hello-world/ -->
<dependency>
<groupId>org.teatrove.examples</groupId>
<artifactId>hello-world</artifactId>
<version>4.1.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.teatrove.examples/hello-world/
implementation 'org.teatrove.examples:hello-world:4.1.2'
// https://jarcasting.com/artifacts/org.teatrove.examples/hello-world/
implementation ("org.teatrove.examples:hello-world:4.1.2")
'org.teatrove.examples:hello-world:war:4.1.2'
<dependency org="org.teatrove.examples" name="hello-world" rev="4.1.2">
<artifact name="hello-world" type="war" />
</dependency>
@Grapes(
@Grab(group='org.teatrove.examples', module='hello-world', version='4.1.2')
)
libraryDependencies += "org.teatrove.examples" % "hello-world" % "4.1.2"
[org.teatrove.examples/hello-world "4.1.2"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
org.teatrove : teaservlet | jar | 4.1.2 |