damienomurchu / mtc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MatchTimeConverter

A simple converter service that converts a match time from one format to another. Hosted JavaDoc documentation can be located here.

Prerequisites

  • Maven
  • Java Runtime Environment (JRE)

Compiling & Running Locally

# compile application
mvn clean compile

# run application main method
mvn exec:java -Dexec.mainClass="com.example.MatchTimeConverter"

Package as a JAR

mvn clean compile package

Running the tests

mvn clean test

Built with

  • Maven
  • Java 8

About


Languages

Language:Java 100.0%