![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
org.jorigin:jeometry
Advanced tools
A Java based Geometry toolkit. This library enable to deal with 2D/3D points, meshes and various algorithm.
Jeometry can be used as a Maven dependency or as a standalone library.
Jeometry is available at Maven Central.
To import the library, add the following parts to the maven project:
<!-- You can update the properties section with Jeometry version -->
<properties>
<jeometry.version>1.0.5</jeometry.version>
</properties>
<!-- The Jeometry API that contains all interfaces -->
<dependency>
<groupId>org.jorigin</groupId>
<artifactId>jeometry-api</artifactId>
<version>${jeometry.version}</version>
</dependency>
<!-- (Optional) The Jeometry module that contains geometric algorithms implementations -->
<dependency>
<groupId>org.jorigin</groupId>
<artifactId>jeometry-algorithm</artifactId>
<version>${jeometry.version}</version>
</dependency>
<!-- The Jeometry Simple implementation -->
<!-- At least one api implementation is needed -->
<dependency>
<groupId>org.jorigin</groupId>
<artifactId>jeometry-simple</artifactId>
<version>${jeometry.version}</version>
</dependency>
Jeometry can be used as standalone library by integrating the jars provided by a release to the classpath. Be carrefull to also integrate the JCommon dependency.
For a quick overwiew ot the library, please refer to the Getting Started.
For more information, tutorials and advanced uses, please check the Wiki.
see changelog for details.
FAQs
Jeometry, a Mathematic and Geometry library for Java
We found that org.jorigin:jeometry demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.