Skip to content

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

Notifications You must be signed in to change notification settings

NawaMan/UseNullableJGradle

Repository files navigation

UseNullableJGradle

alt "Build status"

Example of how to use NullableJ in a Gradle project.

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

repositories {
    jcenter()
    maven { url 'https://raw.githubusercontent.com/nawmaman/nawaman-maven-repository/master/' }
}

dependencies {
    compileOnly 'org.projectlombok:lombok:1.16.16'
    compile     'nawaman:nullablej:0.4.0'
}

See the full code here: build.gradle

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages