MVN

org.apache.wink.example : client

Maven & Gradle

Aug 26, 2013

Apache Wink Examples Clients

<dependency>
    <groupId>org.apache.wink.example</groupId>
    <artifactId>client</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.wink.example : client to add to Maven - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of org.apache.wink.example : client to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4
client-1.4
1.3.x
client-1.3.0
1.2.x
client-1.2.1-incubating
client-1.2.0-incubating
1.1.x
client-1.1.3-incubating
client-1.1.2-incubating
client-1.1.1-incubating
1.1
client-1.1-incubating
1.0
client-1.0-incubating
0.1
client-0.1-incubating

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.wink.example</groupId>
    <artifactId>client</artifactId>
    <version>1.4</version>
</dependency>