| GroupId | GroupIdorg.apache.wink.example | 
|---|---|
| ArtifactId | ArtifactIdQADefect | 
| Version | Version1.1.1-incubating | 
| Type | Typewar | 
| Filename | Size | 
|---|---|
| QADefect-1.1.1-incubating.pom | |
| QADefect-1.1.1-incubating.war | 1 MB | 
| QADefect-1.1.1-incubating-sources.jar | 48 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.wink.example/QADefect/ -->
<dependency>
    <groupId>org.apache.wink.example</groupId>
    <artifactId>QADefect</artifactId>
    <version>1.1.1-incubating</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/org.apache.wink.example/QADefect/
implementation 'org.apache.wink.example:QADefect:1.1.1-incubating'// https://jarcasting.com/artifacts/org.apache.wink.example/QADefect/
implementation ("org.apache.wink.example:QADefect:1.1.1-incubating")'org.apache.wink.example:QADefect:war:1.1.1-incubating'<dependency org="org.apache.wink.example" name="QADefect" rev="1.1.1-incubating">
  <artifact name="QADefect" type="war" />
</dependency>@Grapes(
@Grab(group='org.apache.wink.example', module='QADefect', version='1.1.1-incubating')
)libraryDependencies += "org.apache.wink.example" % "QADefect" % "1.1.1-incubating"[org.apache.wink.example/QADefect "1.1.1-incubating"]