Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 478 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 478 Bytes

m2-repo

Maven repository for eu.impact_project and eu.digitisation artifacts .

To use add:

  <repositories>
  	<repository>
		<id>impact</id>
		<url>https://github.com/impactcentre/m2-repo/raw/master/releases</url>
	</repository>
  </repositories>

to your pom.xml and reference the projects as:

<dependency>
  <groupId>eu.impact_project.iif.ws</groupId>
	<artifactId>generic-soap-client</artifactId>
	<version>0.5.0</version>
</dependency>