Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

com.onixbyte:math-toolbox

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.onixbyte:math-toolbox

This module is an easy-to-use util for mathematical calculations in Java.

Source
mavenMaven
Version
3.2.0
Version published
Maintainers
2
Source

OnixByte Toolbox

Static Badge Static Badge Static Badge

OnixByte Toolbox is a Java Development Kit that offers a set of convenient tools for writing code efficiently.

Installation and Usage

If you are using Maven, please paste the following codes to pom.xml in your project.

<dependency>
    <groupId>com.onixbyte</groupId>
    <artifactId>${artifactId}</artifactId>
    <version>${version}</version>
</dependency>

If you are using Gradle, please paste the following codes to buile.gradle[.kts] in your project.

implementation 'com.onixbyte:$artifactId:$version'
implementation("com.onixbyte:$artifactId:$version")

If you want to check the available versions, please check out at our official site.

Contribution

Contributions are welcome! If you encounter any issues or want to contribute to the project, please feel free to raise an issue or submit a pull request.

License

This project is licensed under the MIT.

Contact

If you have any suggestions, ideas, don't hesitate contacting us via GitHub Issues or Discord Community.

If you face any bugs while using our library and you are able to fix any bugs in our library, we would be happy to accept pull requests from you on GitHub.

FAQs

Package last updated on 18 Jul 2025

Did you know?

Socket

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.

Install

Related posts