Skip to content

The version implementation for Java, copied from maven-artifact versioning

License

Notifications You must be signed in to change notification settings

mouse0w0/version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version

How to use it

Maven

Step 1. Add the JitPack repository to your build file

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

Step 2. Add the dependency

	<dependency>
	    <groupId>com.github.Mouse0w0</groupId>
	    <artifactId>version</artifactId>
	    <version>1.4.0</version>
	</dependency>

Gradle

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

	dependencies {
	        implementation 'com.github.Mouse0w0:version:1.4.0'
	}

About

The version implementation for Java, copied from maven-artifact versioning

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages