Download pythagoras-1.1.jar file - Jar p

Jar examples for p:pythagoras

Description

Portable geometry routines, adapted from Apache Harmony geometry classes.

You can download jar file pythagoras 1.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add pythagoras-1.1.jar to your project.

<dependency>
   <groupId>com.samskivert</groupId>
   <artifactId>pythagoras</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'com.samskivert', name: 'pythagoras', version: '1.1'
libraryDependencies += "com.samskivert" % "pythagoras" % "1.1"
<dependency org="com.samskivert" name="pythagoras" rev="1.1"/>
@Grapes(@Grab(group='com.samskivert', module='pythagoras', version='1.1'))
'com.samskivert:pythagoras:jar:1.1'

Download

Click the following link to download the jar file.

pythagoras-1.1-javadoc.jar
pythagoras-1.1-sources.jar
pythagoras-1.1.jar
pythagoras-1.1.pom



Related Tutorials