Big Tool Box

A collection of tools for varying purposes. This is the aggregator POM that includes all of the modules of bigtoolbox

License

License

GroupId

GroupId

io.github.incplusplus
ArtifactId

ArtifactId

bigtoolbox
Last Version

Last Version

1.0.99
Release Date

Release Date

Type

Type

jar
Description

Description

Big Tool Box
A collection of tools for varying purposes. This is the aggregator POM that includes all of the modules of bigtoolbox
Project URL

Project URL

https://github.com/IncPlusPlus/bigtoolbox
Source Code Management

Source Code Management

https://github.com/IncPlusPlus/bigtoolbox

Download bigtoolbox

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.incplusplus/bigtoolbox/ -->
<dependency>
    <groupId>io.github.incplusplus</groupId>
    <artifactId>bigtoolbox</artifactId>
    <version>1.0.99</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.incplusplus/bigtoolbox/
implementation 'io.github.incplusplus:bigtoolbox:1.0.99'
// https://jarcasting.com/artifacts/io.github.incplusplus/bigtoolbox/
implementation ("io.github.incplusplus:bigtoolbox:1.0.99")
'io.github.incplusplus:bigtoolbox:jar:1.0.99'
<dependency org="io.github.incplusplus" name="bigtoolbox" rev="1.0.99">
  <artifact name="bigtoolbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.incplusplus', module='bigtoolbox', version='1.0.99')
)
libraryDependencies += "io.github.incplusplus" % "bigtoolbox" % "1.0.99"
[io.github.incplusplus/bigtoolbox "1.0.99"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Codacy Badge Language grade: Java Maintainability Test Coverage Build Status Known Vulnerabilities Total alerts FOSSA Status

What is this?

This is a simple library of Java utilities that I made either because I wanted simple ways to do things for projects in college or for my own personal use.

Why?

I felt like sharing these in case somebody manages to find this repository and is looking for tools that can pull off exactly what they need.

Modules

This project currently has 4 modules.

Module Repository Build Status Develop Branch Status
IO IncPlusPlus/bigtoolbox-io Build Status Build Status
Math IncPlusPlus/bigtoolbox-math Build Status Build Status
Network IncPlusPlus/bigtoolbox-network Build Status Build Status
OS IncPlusPlus/bigtoolbox-os Build Status Build Status
Parent Project IncPlusPlus/bigtoolbox-parent Build Status Build Status

Credit to Tables Generator for the awesome utility used to generate this table.

License

FOSSA Status

Versions

Version
1.0.99
1.0.98
1.0.51
1.0.50
1.0.49
1.0.48