Holographic Displays

Holographic Displays

3M Downloads

Maven repo

harm27 opened this issue ยท 5 comments

commented

I see your working on moving your project to maven.
Any idea when your plugin will become available in a maven repo?
Since i am currently updating one of my projects to use maven, but one of the missing dependencies is your plugin.

commented

This should work.

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>
	<dependency>
	    <groupId>com.github.filoghost.HolographicDisplays</groupId>
	    <artifactId>holographicdisplays-plugin</artifactId>
	    <version>dcee93e3e9</version>
	</dependency>
commented

Thanks @games647 that works.

commented

Thanks for the tool, I will put an official repository when I will have some time.

commented

@filoghost i sent you a dm on twitter

commented

Official repository, but still experimental:

	<repository>
		<id>filoghost-repo</id>
		<url>https://ci.filoghost.me/plugin/repository/everything/</url>
	</repository>
	<dependency>
		<groupId>com.gmail.filoghost.holographicdisplays</groupId>
		<artifactId>holographicdisplays-api</artifactId>
		<version>2.2.7-SNAPSHOT</version>
		<scope>provided</scope>
	</dependency>