GitHub - jitpack/maven-simple: Example Maven project demonstrating the use of

Skip to content

Navigation Menu

Sign in

Appearance settings

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>1.2</version>
	</dependency>