MVN

org.pushing-pixels : trident

Maven & Gradle

Jun 19, 2010
6 usages

Trident Animation Library · The goal of this project is to provide a powerful and extensible animation library for Java applications. It requires Java 6+ at compile and runtime, and is available under BSD license

<dependency>
    <groupId>org.pushing-pixels</groupId>
    <artifactId>trident</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.pushing-pixels : trident to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of org.pushing-pixels : trident to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
trident-1.2

How to add a dependency to Maven

Add the following org.pushing-pixels : trident maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.pushing-pixels</groupId>
    <artifactId>trident</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.pushing-pixels : trident gradle dependency to your build.gradle file:

implementation 'org.pushing-pixels:trident:1.2'

Gradle Kotlin DSL: Add the following org.pushing-pixels : trident gradle kotlin dependency to your build.gradle.kts file:

implementation("org.pushing-pixels:trident:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.pushing-pixels : trident sbt scala dependency to your build.sbt file:

libraryDependencies += "org.pushing-pixels" % "trident" % "1.2"

Advertisement