trident
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.pushingpixels</groupId> <artifactId>trident</artifactId> <version>1.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.pushingpixels</groupId> <artifactId>trident</artifactId> <version>1.3</version> <packaging>jar</packaging> <description>Java animation library </description> <url>https://github.com/kirillcool/trident</url> <name>trident</name> <licenses> <license> <name>Eclipse Public License - v 1.0</name> <url>http://www.eclipse.org/legal/epl-v10.html</url> </license> </licenses> <scm> <connection>scm:git:https://github.com/kirillcool/trident.git</connection> <url>https://github.com/kirillcool/trident</url> </scm> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>com.google.android</groupId> <artifactId>android</artifactId> <version>2.3.3</version> </dependency> <dependency> <groupId>org.eclipse.swt.gtk.linux</groupId> <artifactId>x86_64</artifactId> <version>3.3.0-v3346</version> </dependency> <dependency> <groupId>org.eclipse.swt.gtk.linux</groupId> <artifactId>x86</artifactId> <version>3.3.0-v3346</version> </dependency> </dependencies> <developers> <developer> <name>Kirill Grouchnikov</name> <url>http://www.pushing-pixels.org</url> </developer> </developers> </project>