License |
License |
---|---|
GroupId | GroupIdcom.github.keithyokoma |
ArtifactId | ArtifactIdOptional |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionOptional
Backport of Optional class in Java8
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Optional-1.0.0.pom | |
Optional-1.0.0.aar | 9 KB |
Optional-1.0.0-sources.jar | 4 KB |
Optional-1.0.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.keithyokoma/Optional/ -->
<dependency>
<groupId>com.github.keithyokoma</groupId>
<artifactId>Optional</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.keithyokoma/Optional/
implementation 'com.github.keithyokoma:Optional:1.0.0'
// https://jarcasting.com/artifacts/com.github.keithyokoma/Optional/
implementation ("com.github.keithyokoma:Optional:1.0.0")
'com.github.keithyokoma:Optional:aar:1.0.0'
<dependency org="com.github.keithyokoma" name="Optional" rev="1.0.0">
<artifact name="Optional" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.keithyokoma', module='Optional', version='1.0.0')
)
libraryDependencies += "com.github.keithyokoma" % "Optional" % "1.0.0"
[com.github.keithyokoma/Optional "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » support-annotations | jar | 21.0.3 |