License |
License |
---|---|
Categories |
CategoriesIDE Development Tools GUI User Interface |
GroupId | GroupIdorg.bytesizebook.com.guide.boot |
ArtifactId | ArtifactIdbasic-webapp |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typewar |
Description |
Descriptionbasic-webapp
The starting code for the first three chapters of Guide to Web Development with Java, 2nd edition.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
basic-webapp-1.0.pom | |
basic-webapp-1.0.war | 314 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bytesizebook.com.guide.boot/basic-webapp/ -->
<dependency>
<groupId>org.bytesizebook.com.guide.boot</groupId>
<artifactId>basic-webapp</artifactId>
<version>1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.bytesizebook.com.guide.boot/basic-webapp/
implementation 'org.bytesizebook.com.guide.boot:basic-webapp:1.0'
// https://jarcasting.com/artifacts/org.bytesizebook.com.guide.boot/basic-webapp/
implementation ("org.bytesizebook.com.guide.boot:basic-webapp:1.0")
'org.bytesizebook.com.guide.boot:basic-webapp:war:1.0'
<dependency org="org.bytesizebook.com.guide.boot" name="basic-webapp" rev="1.0">
<artifact name="basic-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.bytesizebook.com.guide.boot', module='basic-webapp', version='1.0')
)
libraryDependencies += "org.bytesizebook.com.guide.boot" % "basic-webapp" % "1.0"
[org.bytesizebook.com.guide.boot/basic-webapp "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-web-api | jar | 7.0 |