Utils

Simply library for files, math and others.

License

License

GroupId

GroupId

com.github.rillis
ArtifactId

ArtifactId

utils
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Utils
Simply library for files, math and others.
Project URL

Project URL

https://github.com/rillis/utils/
Source Code Management

Source Code Management

http://github.com/rillis/utils/tree/master

Download utils

How to add to project

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

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.

Utils

Maven License

<dependency>
  <groupId>com.github.rillis</groupId>
  <artifactId>utils</artifactId>
  <version>1.2.0</version>
</dependency>

Docs

Class docs:

com.github.rillis.Files
FileUtils

com.github.rillis.Internet
HTMLUtils
Download

com.github.rillis.Math
MathUtils

com.github.rillis.Windows
CMD
WinVars

Versions

Version
1.2.0
1.1.0
1.0.0