waohwoah / gdevops_example

MIT License
0 stars 1 forks source link

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>