<dependency> <groupId>net.markenwerk</groupId> <artifactId>commons-nulls</artifactId> <version>1.0.3</version> </dependency>
implementation 'net.markenwerk:commons-nulls:1.0.3'
implementation("net.markenwerk:commons-nulls:1.0.3")
libraryDependencies += "net.markenwerk" % "commons-nulls" % "1.0.3"
@Grapes( @Grab(group='net.markenwerk', module='commons-nulls', version='1.0.3') )
<dependency org="net.markenwerk" name="commons-nulls" rev="1.0.3" />
[net.markenwerk/commons-nulls "1.0.3"]
'net.markenwerk:commons-nulls:jar:1.0.3'
test
|-- junit:junit:4.12