| License |
License |
|---|---|
| GroupId | GroupIdio.github.davidwhitlock.cs410J |
| ArtifactId | ArtifactIdweb |
| Version | Version2021.2.2 |
| Type | Typewar |
| Description |
DescriptionWeb Application examples
Example Java Code for CS410J: Advanced Java Programming at Portland State University
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| web-2021.2.2.pom | |
| web-2021.2.2.war | 26 MB |
| web-2021.2.2-test-sources.jar | 3 KB |
| web-2021.2.2-sources.jar | 15 KB |
| web-2021.2.2-javadoc.jar | 199 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J/web/ -->
<dependency>
<groupId>io.github.davidwhitlock.cs410J</groupId>
<artifactId>web</artifactId>
<version>2021.2.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J/web/
implementation 'io.github.davidwhitlock.cs410J:web:2021.2.2'
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J/web/
implementation ("io.github.davidwhitlock.cs410J:web:2021.2.2")
'io.github.davidwhitlock.cs410J:web:war:2021.2.2'
<dependency org="io.github.davidwhitlock.cs410J" name="web" rev="2021.2.2">
<artifact name="web" type="war" />
</dependency>
@Grapes(
@Grab(group='io.github.davidwhitlock.cs410J', module='web', version='2021.2.2')
)
libraryDependencies += "io.github.davidwhitlock.cs410J" % "web" % "2021.2.2"
[io.github.davidwhitlock.cs410J/web "2021.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| commons-fileupload : commons-fileupload | jar | 1.4 |
| commons-io : commons-io | jar | 2.8.0 |
| io.github.davidwhitlock.cs410J : examples | jar | 2021.2.0 |
| org.jboss.resteasy : resteasy-jaxb-provider | jar | 4.6.0.Final |
| org.jboss.resteasy : resteasy-guice | jar | 4.6.0.Final |
| com.google.inject : guice | jar | 5.0.1 |
| com.google.inject.extensions : guice-servlet | jar | 5.0.1 |
| com.google.guava : guava | jar | 30.1.1-jre |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
| org.hamcrest : hamcrest | jar | 2.2 |
| org.mockito : mockito-core | jar | 3.2.4 |