JTools

JTools is simple tools for Java

License

License

GroupId

GroupId

com.github.levkoposc
ArtifactId

ArtifactId

jtools
Last Version

Last Version

0.3.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

JTools
JTools is simple tools for Java
Project URL

Project URL

https://github.com/levkoposc/JTools
Source Code Management

Source Code Management

https://github.com/levkoposc/JTools

Download jtools

How to add to project

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

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.

CircleCI

A library to simplify working with Java, which includes basic functions

Install

  • With Maven
    <dependency>
    	<groupId>com.github.levkoposc</groupId>
    	<artifactId>jtools</artifactId>
    	<version>0.2</version>
    </dependency>
    
  • With Gradle
    dependencies {
    	compile 'com.github.levkoposc:jtools:0.2'
    }
    

Quick start

To quickly start working with the library, import Tools class with static fields

import static com.github.levkoposc.Tools.*;

OR extend your class from Tools (from 0.3)

public class Main extends Tools

Available Tool Departments

Versions

Version
0.3.1.2
0.3.1.1
0.3.1
0.3
0.2
0.1