Skip to content

PactifyLauncherExamples/maven-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A maven repository for https://github.com/PactifyLauncherExamples projects.

<repository>
  <id>pactifylauncherexamples-repo</id>
  <url>https://raw.githubusercontent.com/PactifyLauncherExamples/maven-repository/master/</url>
</repository>
<dependency>
  <groupId>nz.az-launcher</groupId>
  <artifactId>plsp-protocol</artifactId>
  <version>20240524</version>
  <scope>compile</scope>
</dependency>