Last Version

basic-webapp 1.0

The starting code for the first three chapters of Guide to Web Development with Java, 2nd edition.

License

License

Categories

Categories

IDE Development Tools GUI User Interface
GroupId

GroupId

org.bytesizebook.com.guide.boot
ArtifactId

ArtifactId

basic-webapp
Version

Version

1.0
Type

Type

war
Description

Description

basic-webapp
The starting code for the first three chapters of Guide to Web Development with Java, 2nd edition.
Project URL

Project URL

https://github.com/Timdotdowney
Source Code Management

Source Code Management

http://github.com/Timdotdowney/basic-webapp/tree/master

Download basic-webapp 1.0


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.12

provided (1)

Group / Artifact Type Version
javax : javaee-web-api jar 7.0

Project Modules

There are no modules declared in this project.