MVN

org.apache.wink.example : MultiPart

Maven & Gradle

Aug 26, 2013

Apache Wink Examples Ext :: MultiPart

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

Latest Version

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

  • Latest Stable: 1.4

All Versions

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

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

How to add a dependency to Maven

Add the following org.apache.wink.example : MultiPart maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.wink.example : MultiPart gradle dependency to your build.gradle file:

implementation 'org.apache.wink.example:MultiPart:1.4'

Gradle Kotlin DSL: Add the following org.apache.wink.example : MultiPart gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.wink.example:MultiPart:1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.wink.example : MultiPart sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.wink.example" % "MultiPart" % "1.4"