akria18 / maven-simple

Example Maven project demonstrating the use of

Home Page:https://jitpack.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example

Example Maven project generated using maven-archetype-quickstart

https://jitpack.io/#jitpack/maven-simple

Release

To use it in your Maven build add:

  <repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
  </repositories>

and the dependency:

	<dependency>
		<groupId>com.github.jitpack</groupId>
		<artifactId>maven-simple</artifactId>
		<version>0.1</version>
	</dependency>

About

Example Maven project demonstrating the use of

https://jitpack.io

License:MIT License


Languages

Language:Java 100.0%