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