License |
License
MIT License
|
---|---|
GroupId | GroupIdcom.timgroup |
ArtifactId | ArtifactIdFunctional |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFunctional
Classes that represent optional values without using null references
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Functional-1.0.pom | |
Functional-1.0.jar | 2 KB |
Functional-1.0-sources.jar | 1 KB |
Functional-1.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.timgroup/Functional/ -->
<dependency>
<groupId>com.timgroup</groupId>
<artifactId>Functional</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.timgroup/Functional/
implementation 'com.timgroup:Functional:1.0'
// https://jarcasting.com/artifacts/com.timgroup/Functional/
implementation ("com.timgroup:Functional:1.0")
'com.timgroup:Functional:jar:1.0'
<dependency org="com.timgroup" name="Functional" rev="1.0">
<artifact name="Functional" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.timgroup', module='Functional', version='1.0')
)
libraryDependencies += "com.timgroup" % "Functional" % "1.0"
[com.timgroup/Functional "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit-dep | jar | 4.9 |
org.mockito : mockito-core | jar | 1.8.5 |
org.hamcrest : hamcrest-all | jar | 1.1 |