MinetopiaVehicles icon indicating copy to clipboard operation
MinetopiaVehicles copied to clipboard

Create jitpack.yml [adds the ability to add the dependency without a file]

Open polvallverdu opened this issue 2 years ago • 1 comments

You can now add MinetopiaVehicles API to a project without downloading the plugin:

https://jitpack.io/#DolphlnDevelopment/MinetopiaVehicles

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>
	
	<dependency>
	    <groupId>com.github.DolphlnDevelopment</groupId>
	    <artifactId>MinetopiaVehicles</artifactId>
	    <version>0840c87b2b</version>
	</dependency>

polvallverdu avatar Nov 16 '23 12:11 polvallverdu

I'm using this for a client. Works perfectly

polvallverdu avatar Nov 16 '23 12:11 polvallverdu