kounkou / Template-Java

Template for Java project development (Gradle, unittest)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Why ?

Template Java is little project to give a Template project to anyone wanting to devekop Java applications. The project will include Unittest with JUnit, Gradle for building and managing the dependencies on Maven. More technologies will be added in the future along with the evolution of the project.

Installation

$ git clone git@github.com:kounkou/Template-Java.git

# You can compile the application with :

$ ./gradlew tasks dependencies
$ ./gradlew tasks build

or downloading the package zip.

License

Apache-2.0 See LICENSE for details.

Team

If you have any question about the project or anything that comes to your mind, please feel free to contact me.

Contributing

Contributions are very welcome ! The steps are the same for any opensource project contribute!.

Badges

Open Source Love

About

Template for Java project development (Gradle, unittest)

License:Apache License 2.0


Languages

Language:Java 100.0%