is not current version
Last Version 2022.2.0

io.github.davidwhitlock.cs410J:web 2021.2.1


GroupId

GroupId

io.github.davidwhitlock.cs410J
ArtifactId

ArtifactId

web
Version

Version

2021.2.1
Type

Type

war

Download web 2021.2.1


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