ilCatania / build-tool-comparison

Some code meant to illustrate how different build system perform the same things.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build tool comparison

This is just a collection of projects to illustrate how different build systems perform the same thing.

Hello World!

Each command below will create a jar in the default build directory, and run it to echo "Hello World!" on the command line.

  • Ant: ant run
  • Maven: mvn verify
  • Gradle: gradle run

About

Some code meant to illustrate how different build system perform the same things.

License:Apache License 2.0


Languages

Language:Java 100.0%