| GroupId | GroupIdio.github.flowersinthesand |
|---|---|
| ArtifactId | ArtifactIdwes-servlet3 |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wes-servlet3-0.2.0.pom | |
| wes-servlet3-0.2.0.jar | 8 KB |
| wes-servlet3-0.2.0-sources.jar | 3 KB |
| wes-servlet3-0.2.0-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.flowersinthesand/wes-servlet3/ -->
<dependency>
<groupId>io.github.flowersinthesand</groupId>
<artifactId>wes-servlet3</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.flowersinthesand/wes-servlet3/
implementation 'io.github.flowersinthesand:wes-servlet3:0.2.0'
// https://jarcasting.com/artifacts/io.github.flowersinthesand/wes-servlet3/
implementation ("io.github.flowersinthesand:wes-servlet3:0.2.0")
'io.github.flowersinthesand:wes-servlet3:jar:0.2.0'
<dependency org="io.github.flowersinthesand" name="wes-servlet3" rev="0.2.0">
<artifact name="wes-servlet3" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.flowersinthesand', module='wes-servlet3', version='0.2.0')
)
libraryDependencies += "io.github.flowersinthesand" % "wes-servlet3" % "0.2.0"
[io.github.flowersinthesand/wes-servlet3 "0.2.0"]