License |
License |
---|---|
GroupId | GroupIdcom.adamldavis |
ArtifactId | ArtifactIdmaybe |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaybe class
Slightly modified and updated version of Nat Pryce's Maybe.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maybe-0.0.1.pom | |
maybe-0.0.1.jar | 14 KB |
maybe-0.0.1-sources.jar | 3 KB |
maybe-0.0.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adamldavis/maybe/ -->
<dependency>
<groupId>com.adamldavis</groupId>
<artifactId>maybe</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.adamldavis/maybe/
implementation 'com.adamldavis:maybe:0.0.1'
// https://jarcasting.com/artifacts/com.adamldavis/maybe/
implementation ("com.adamldavis:maybe:0.0.1")
'com.adamldavis:maybe:jar:0.0.1'
<dependency org="com.adamldavis" name="maybe" rev="0.0.1">
<artifact name="maybe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adamldavis', module='maybe', version='0.0.1')
)
libraryDependencies += "com.adamldavis" % "maybe" % "0.0.1"
[com.adamldavis/maybe "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | [1,14.0] |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |