-
Notifications
You must be signed in to change notification settings - Fork 8
Maven Configuration
Michael Edgar edited this page May 15, 2019
·
5 revisions
<dependency>
<groupId>io.xlate</groupId>
<artifactId>property-inject</artifactId>
<version>1.0.5</version>
</dependency>
If you wish to use a SNAPSHOT version, add the Sonatype OSS repository to your Maven configuration.
<repositories>
<repository>
<id>oss-sonatype</id>
<name>oss-sonatype</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>