| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesGeo Business Logic Libraries Geospatial | 
        
| GroupId | GroupIdmath.geom2d | 
    
| ArtifactId | ArtifactIdjavaGeom | 
    
| Last Version | Last Version0.11.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJavaGeom 
            JavaGeom - The aim of JavaGeom is to provide methods to easily perform geometric computations, such as intersections of lines, clipping of polygons, transformation shapes, perimeter and area computations...
		This is a binary & source redistribution of the original, unmodified JavaGeom library originating from:
		"http://sourceforge.net/projects/geom-java/files/javaGeom/javaGeom%200.11.1/".
		The purpose of this redistribution is to make the library available to other Maven projects. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| javaGeom-0.11.1.pom | |
| javaGeom-0.11.1.jar | 354 KB | 
| javaGeom-0.11.1-sources.jar | 289 KB | 
| javaGeom-0.11.1-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/math.geom2d/javaGeom/ -->
<dependency>
    <groupId>math.geom2d</groupId>
    <artifactId>javaGeom</artifactId>
    <version>0.11.1</version>
</dependency>
                // https://jarcasting.com/artifacts/math.geom2d/javaGeom/
implementation 'math.geom2d:javaGeom:0.11.1'
                // https://jarcasting.com/artifacts/math.geom2d/javaGeom/
implementation ("math.geom2d:javaGeom:0.11.1")
                'math.geom2d:javaGeom:jar:0.11.1'
                <dependency org="math.geom2d" name="javaGeom" rev="0.11.1">
  <artifact name="javaGeom" type="jar" />
</dependency>
                @Grapes(
@Grab(group='math.geom2d', module='javaGeom', version='0.11.1')
)
                libraryDependencies += "math.geom2d" % "javaGeom" % "0.11.1"
                [math.geom2d/javaGeom "0.11.1"]