timingframework
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.java.dev.timingframework</groupId> <artifactId>timingframework</artifactId> <version>1.0</version> </dependency>
<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>net.java.dev.timingframework</groupId> <artifactId>timingframework</artifactId> <packaging>jar</packaging> <name>Timing Framework</name> <version>1.0</version> <url>https://timingframework.dev.java.net/</url> <licenses> <license> <name>Berkeley Software Distribution (BSD) License</name> <url>http://www.opensource.org/osi3.0/licenses/bsd-license.php</url> </license> </licenses> <scm> <url>https://timingframework.dev.java.net/source/browse/timingframework/</url> </scm> <description>The Timing Framework is a library for making Java animation and timing-based control easier.</description> </project>