Download flow-math-1.0.3.jar file - Jar f

Jar examples for f:flow-math

Description

Immutable math library for Java with a focus on games and computer graphics.

You can download jar file flow-math 1.0.3 in this page.

License

MIT License

Build File

You can use the following script to add flow-math-1.0.3.jar to your project.

<dependency>
   <groupId>com.flowpowered</groupId>
   <artifactId>flow-math</artifactId>
   <version>1.0.3</version>
</dependency>
compile group: 'com.flowpowered', name: 'flow-math', version: '1.0.3'
libraryDependencies += "com.flowpowered" % "flow-math" % "1.0.3"
<dependency org="com.flowpowered" name="flow-math" rev="1.0.3"/>
@Grapes(@Grab(group='com.flowpowered', module='flow-math', version='1.0.3'))
'com.flowpowered:flow-math:jar:1.0.3'

Download

Click the following link to download the jar file.

flow-math-1.0.3-javadoc.jar
flow-math-1.0.3-sources.jar
flow-math-1.0.3.jar
flow-math-1.0.3.pom



Related Tutorials