MVN

org.apache.pivot : pivot-web

Maven & Gradle

Jul 08, 2017
1 usages

Apache Pivot Web · Apache Pivot Web Library

<dependency>
    <groupId>org.apache.pivot</groupId>
    <artifactId>pivot-web</artifactId>
    <version>2.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.pivot : pivot-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.5

All Versions

Choose a version of org.apache.pivot : pivot-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
pivot-web-2.0.5
pivot-web-2.0.4
pivot-web-2.0.3
pivot-web-2.0.2
pivot-web-2.0.1
2.0
pivot-web-2.0
1.5.x
pivot-web-1.5.2
pivot-web-1.5.1
1.4
pivot-web-1.4

How to add a dependency to Maven

Add the following org.apache.pivot : pivot-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.pivot</groupId>
    <artifactId>pivot-web</artifactId>
    <version>2.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.pivot : pivot-web gradle dependency to your build.gradle file:

implementation 'org.apache.pivot:pivot-web:2.0.5'

Gradle Kotlin DSL: Add the following org.apache.pivot : pivot-web gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.pivot:pivot-web:2.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.pivot : pivot-web sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.pivot" % "pivot-web" % "2.0.5"

Advertisement