| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.davidwhitlock.cs410J |
| Идентификатор | Идентификаторweb |
| Версия | Версия2022.1.0 |
| Тип | Типwar |
| Описание |
ОписаниеWeb Application examples
Example Java Code for CS410J: Advanced Java Programming at Portland State University
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| web-2022.1.0.pom | |
| web-2022.1.0.war | 26 MB |
| web-2022.1.0-test-sources.jar | 3 KB |
| web-2022.1.0-sources.jar | 15 KB |
| web-2022.1.0-javadoc.jar | 206 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J/web/ -->
<dependency>
<groupId>io.github.davidwhitlock.cs410J</groupId>
<artifactId>web</artifactId>
<version>2022.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J/web/
implementation 'io.github.davidwhitlock.cs410J:web:2022.1.0'
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J/web/
implementation ("io.github.davidwhitlock.cs410J:web:2022.1.0")
'io.github.davidwhitlock.cs410J:web:war:2022.1.0'
<dependency org="io.github.davidwhitlock.cs410J" name="web" rev="2022.1.0">
<artifact name="web" type="war" />
</dependency>
@Grapes(
@Grab(group='io.github.davidwhitlock.cs410J', module='web', version='2022.1.0')
)
libraryDependencies += "io.github.davidwhitlock.cs410J" % "web" % "2022.1.0"
[io.github.davidwhitlock.cs410J/web "2022.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 | 2022.1.0 |
| jakarta.xml.bind : jakarta.xml.bind-api | jar | 3.0.0 |
| org.jboss.resteasy : resteasy-jaxb-provider | jar | 6.1.0.Beta2 |
| org.jboss.resteasy : resteasy-guice | jar | 4.7.3.Final |
| com.google.inject : guice | jar | 5.1.0 |
| com.google.inject.extensions : guice-servlet | jar | 5.1.0 |
| com.google.guava : guava | jar | 31.1-jre |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.9.0-M1 |
| org.hamcrest : hamcrest | jar | 2.2 |
| org.mockito : mockito-core | jar | 4.5.1 |