License |
License |
---|---|
GroupId | GroupIdru.noties |
ArtifactId | ArtifactIdnullsafe |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionNullSafe
Null safe flow for Java and Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nullsafe-1.0.0.pom | |
nullsafe-1.0.0.jar | 2 KB |
nullsafe-1.0.0-sources.jar | 1 KB |
nullsafe-1.0.0-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.noties/nullsafe/ -->
<dependency>
<groupId>ru.noties</groupId>
<artifactId>nullsafe</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.noties/nullsafe/
implementation 'ru.noties:nullsafe:1.0.0'
// https://jarcasting.com/artifacts/ru.noties/nullsafe/
implementation ("ru.noties:nullsafe:1.0.0")
'ru.noties:nullsafe:jar:1.0.0'
<dependency org="ru.noties" name="nullsafe" rev="1.0.0">
<artifact name="nullsafe" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.noties', module='nullsafe', version='1.0.0')
)
libraryDependencies += "ru.noties" % "nullsafe" % "1.0.0"
[ru.noties/nullsafe "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » support-annotations | jar | 26.0.2 |