Download timingframework-core-5.0.0.jar file - Jar t

Jar examples for t:timingframework-core

Description

This project provides a framework and sample code for time-based animations.

You can download jar file timingframework-core 5.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add timingframework-core-5.0.0.jar to your project.

<dependency>
   <groupId>net.java.timingframework</groupId>
   <artifactId>timingframework-core</artifactId>
   <version>5.0.0</version>
</dependency>
compile group: 'net.java.timingframework', name: 'timingframework-core', version: '5.0.0'
libraryDependencies += "net.java.timingframework" % "timingframework-core" % "5.0.0"
<dependency org="net.java.timingframework" name="timingframework-core" rev="5.0.0"/>
@Grapes(@Grab(group='net.java.timingframework', module='timingframework-core', version='5.0.0'))
'net.java.timingframework:timingframework-core:jar:5.0.0'

Download

Click the following link to download the jar file.

timingframework-core-5.0.0-javadoc.jar
timingframework-core-5.0.0-sources.jar
timingframework-core-5.0.0-tests.jar
timingframework-core-5.0.0.jar
timingframework-core-5.0.0.pom



Related Tutorials