Skip to content

Example Maven project demonstrating the use of

License

Notifications You must be signed in to change notification settings

philopee/maven-simple

This branch is 1 commit ahead of, 3 commits behind jitpack/maven-simple:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

76745e5 · Nov 7, 2017

History

19 Commits
Apr 29, 2017
Jan 15, 2015
Jan 15, 2015
Jan 10, 2016
Nov 7, 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%