Files download
File Operation
nullfree-maven-plugin-1.5.1.jar download
nullfree-maven-plugin-1.5.1.pom download
nullfree-maven-plugin-1.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.nikialeksey</groupId>
  <artifactId>nullfree-maven-plugin</artifactId>
  <version>1.5.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.nikialeksey:nullfree-maven-plugin:1.5.1'
Gradle Kotlin
implementation("com.nikialeksey:nullfree-maven-plugin:1.5.1")
Scala SBT
libraryDependencies += "com.nikialeksey" % "nullfree-maven-plugin" % "1.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.nikialeksey', module='nullfree-maven-plugin', version='1.5.1')
)
Apache Ivy
<dependency org="com.nikialeksey" name="nullfree-maven-plugin" rev="1.5.1" />
Leiningen
[com.nikialeksey/nullfree-maven-plugin "1.5.1"]
Apache Buildr
'com.nikialeksey:nullfree-maven-plugin:jar:1.5.1'