License |
License |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdnull-check |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionnull-check
WebJar for null-check
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
null-check-1.0.0.pom | |
null-check-1.0.0.jar | 4 KB |
null-check-1.0.0-sources.jar | 22 bytes |
null-check-1.0.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/null-check/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>null-check</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/null-check/
implementation 'org.webjars.npm:null-check:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/null-check/
implementation ("org.webjars.npm:null-check:1.0.0")
'org.webjars.npm:null-check:jar:1.0.0'
<dependency org="org.webjars.npm" name="null-check" rev="1.0.0">
<artifact name="null-check" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='null-check', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "null-check" % "1.0.0"
[org.webjars.npm/null-check "1.0.0"]