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