Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.markenwerk |
ArtifactId | ArtifactIdcommons-nulls |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
commons-nulls-1.0.2.pom | |
commons-nulls-1.0.2.jar | 3 KB |
commons-nulls-1.0.2-sources.jar | 8 KB |
commons-nulls-1.0.2-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.markenwerk/commons-nulls/ -->
<dependency>
<groupId>net.markenwerk</groupId>
<artifactId>commons-nulls</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.markenwerk/commons-nulls/
implementation 'net.markenwerk:commons-nulls:1.0.2'
// https://jarcasting.com/artifacts/net.markenwerk/commons-nulls/
implementation ("net.markenwerk:commons-nulls:1.0.2")
'net.markenwerk:commons-nulls:jar:1.0.2'
<dependency org="net.markenwerk" name="commons-nulls" rev="1.0.2">
<artifact name="commons-nulls" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.markenwerk', module='commons-nulls', version='1.0.2')
)
libraryDependencies += "net.markenwerk" % "commons-nulls" % "1.0.2"
[net.markenwerk/commons-nulls "1.0.2"]