Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

anyicomplex/util4j-desktop

Repository files navigation

util4j-desktop

Java CI with Gradle

Personal utility library for Desktop Java.

To get a Git project into your build:

Step 1. Add the JitPack repository to your build file

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

	dependencies {
	        implementation 'com.github.anyicomplex:util4j-desktop:1.0.5'
	}