p

pivot

Pivot is a platform for building rich internet applications in Java.
http://pivot.apache.org
Apache License 2.0
Apache Software Foundation
Files download
File Operation
pivot-2.0.4.pom download
Apache Maven
<dependency>
  <groupId>org.apache.pivot</groupId>
  <artifactId>pivot</artifactId>
  <version>2.0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.pivot:pivot:2.0.4'
Gradle Kotlin
implementation("org.apache.pivot:pivot:2.0.4")
Scala SBT
libraryDependencies += "org.apache.pivot" % "pivot" % "2.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.pivot', module='pivot', version='2.0.4')
)
Apache Ivy
<dependency org="org.apache.pivot" name="pivot" rev="2.0.4" />
Leiningen
[org.apache.pivot/pivot "2.0.4"]
Apache Buildr
'org.apache.pivot:pivot:jar:2.0.4'
Dependencies
The project has no third-party dependencies