Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

zcxv/nproperty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JFork NProperty

License

See LICENSE file.

Authors

Nikita "Yurie" Sankov

Examples

Most interesting parts: EN | RU

Integration

Maven

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>
	
	<dependency>
	    <groupId>com.github.zcxv</groupId>
	    <artifactId>nproperty</artifactId>
	    <version>1.4.1</version>
	</dependency>

Gradle

	allprojects {
		repositories {
			maven { url 'https://jitpack.io' }
		}
	}
	
	dependencies {
	        implementation 'com.github.zcxv:nproperty:1.4.1'
	}