License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.demidenko05 |
ArtifactId | ArtifactIdwebapp-test |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionWEB test application
Simple WEB-app for A-Jetty to test servlets, JSP, JSTL, UTF-8 I18N.
|
Filename | Size |
---|---|
webapp-test-1.0.1.pom | |
webapp-test-1.0.1.war | 5 KB |
webapp-test-1.0.1-sources.jar | 1 KB |
webapp-test-1.0.1-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.demidenko05/webapp-test/ -->
<dependency>
<groupId>com.github.demidenko05</groupId>
<artifactId>webapp-test</artifactId>
<version>1.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.demidenko05/webapp-test/
implementation 'com.github.demidenko05:webapp-test:1.0.1'
// https://jarcasting.com/artifacts/com.github.demidenko05/webapp-test/
implementation ("com.github.demidenko05:webapp-test:1.0.1")
'com.github.demidenko05:webapp-test:war:1.0.1'
<dependency org="com.github.demidenko05" name="webapp-test" rev="1.0.1">
<artifact name="webapp-test" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.demidenko05', module='webapp-test', version='1.0.1')
)
libraryDependencies += "com.github.demidenko05" % "webapp-test" % "1.0.1"
[com.github.demidenko05/webapp-test "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.demidenko05 : a-apache-jsp | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |