MVN

org.apache.wink : apache-wink

Maven & Gradle

Aug 26, 2013

Apache Wink Assembly :: Distribution

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

Latest Version

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

  • Latest Stable: 1.4

All Versions

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

Version Vulnerabilities Updated
1.4
apache-wink-1.4
1.3.x
apache-wink-1.3.0
1.2.x
apache-wink-1.2.1-incubating
apache-wink-1.2.0-incubating
1.1.x
apache-wink-1.1.2-incubating
apache-wink-1.1.1-incubating
1.1
apache-wink-1.1-incubating
CVE-2010-2245
1.0
apache-wink-1.0-incubating
CVE-2010-2245
0.1
apache-wink-0.1-incubating
CVE-2010-2245

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement