Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 536 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 536 Bytes

ZenWaveSDK Maven Snapshots Repository

Since Central Publisher Portal does not currently support SNAPSHOT releases we set up this repo to host ZenWaveSDK SNAPSHOT versions.

Add this repository to your pom.xml to access these SNAPSHOTS:

	<repositories>
		<repository>
			<id>gh</id>
			<url>https://raw.githubusercontent.com/ZenWave360/maven-snapshots/refs/heads/main</url>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</repository>
	</repositories>