ETToolset

Static Badge Static Badge Static Badge Static Badge Static Badge stars forks watchers repo-size issues last-commit top-language

Special thanks to the IDE support of Jetbrains for open-source programmers

Hello there
Welcome!
For the full doc, see GitHub Wiki

Introduction

A Simple Lib to Shorten and Optimize Your Coding Expression

Build Method

Gradle:

dependencies {
    implementation 'io.github.enderman-tping:ETToolset:1.0.0-pre3'
}

Maven:

<dependencies>
    <dependency>
        <groupId>io.github.enderman-tping</groupId>
        <artifactId>ETToolset</artifactId>
        <version>1.0.0-pre3</version>
    </dependency>
</dependencies>

For more information, see the maven repo

Overview

The entire package contains:

Although the current lib has only a few functions, it will be gradually enriched.

Plans

Fractions and related classes

Contribution

We welcome everyone to make contributions to this project. You may share your ideas in Issues or directly start a Pull Request