Skip to content

Example Maven project demonstrating the use of

License

Notifications You must be signed in to change notification settings

akria18/maven-simple

This branch is 3 commits behind jitpack/maven-simple:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9466faa · Apr 29, 2017

History

18 Commits
Apr 29, 2017
Jan 15, 2015
Jan 15, 2015
Jan 10, 2016
Apr 29, 2017

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%