Download common-geometry-1.0.0.jar file - Jar c

Jar examples for c:common-geometry

Description

Common Geometry library for the yildiz project, contains utilities to handle geometry concepts.

You can download jar file common-geometry 1.0.0 in this page.

License

MIT License

Build File

You can use the following script to add common-geometry-1.0.0.jar to your project.

<dependency>
   <groupId>be.yildiz-games</groupId>
   <artifactId>common-geometry</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'be.yildiz-games', name: 'common-geometry', version: '1.0.0'
libraryDependencies += "be.yildiz-games" % "common-geometry" % "1.0.0"
<dependency org="be.yildiz-games" name="common-geometry" rev="1.0.0"/>
@Grapes(@Grab(group='be.yildiz-games', module='common-geometry', version='1.0.0'))
'be.yildiz-games:common-geometry:jar:1.0.0'

Download

Click the following link to download the jar file.

common-geometry-1.0.0-javadoc.jar
common-geometry-1.0.0-sources.jar
common-geometry-1.0.0.jar
common-geometry-1.0.0.pom



Related Tutorials