| GroupId | GroupIdio.github.davidwhitlock.cs410J |
|---|---|
| ArtifactId | ArtifactIdweb |
| Version | Version2021.2.1 |
| Type | Typewar |
| Filename | Size |
|---|---|
| web-2021.2.1.pom | |
| web-2021.2.1.war | 26 MB |
| web-2021.2.1-test-sources.jar | 3 KB |
| web-2021.2.1-sources.jar | 15 KB |
| web-2021.2.1-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.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J/web/
implementation 'io.github.davidwhitlock.cs410J:web:2021.2.1'
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J/web/
implementation ("io.github.davidwhitlock.cs410J:web:2021.2.1")
'io.github.davidwhitlock.cs410J:web:war:2021.2.1'
<dependency org="io.github.davidwhitlock.cs410J" name="web" rev="2021.2.1">
<artifact name="web" type="war" />
</dependency>
@Grapes(
@Grab(group='io.github.davidwhitlock.cs410J', module='web', version='2021.2.1')
)
libraryDependencies += "io.github.davidwhitlock.cs410J" % "web" % "2021.2.1"
[io.github.davidwhitlock.cs410J/web "2021.2.1"]