| GroupId | GroupIdwadi |
|---|---|
| ArtifactId | ArtifactIdwadi-test-webapp |
| Last Version | Last Version2.0M1 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
Description |
| Filename | Size |
|---|---|
| wadi-test-webapp-2.0M1.pom | |
| wadi-test-webapp-2.0M1.war | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/wadi/wadi-test-webapp/ -->
<dependency>
<groupId>wadi</groupId>
<artifactId>wadi-test-webapp</artifactId>
<version>2.0M1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/wadi/wadi-test-webapp/
implementation 'wadi:wadi-test-webapp:2.0M1'
// https://jarcasting.com/artifacts/wadi/wadi-test-webapp/
implementation ("wadi:wadi-test-webapp:2.0M1")
'wadi:wadi-test-webapp:war:2.0M1'
<dependency org="wadi" name="wadi-test-webapp" rev="2.0M1">
<artifact name="wadi-test-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='wadi', module='wadi-test-webapp', version='2.0M1')
)
libraryDependencies += "wadi" % "wadi-test-webapp" % "2.0M1"
[wadi/wadi-test-webapp "2.0M1"]