| GroupId | GroupIdcom.github.nwillc |
|---|---|
| ArtifactId | ArtifactIdalmost-functional |
| Version | Version1.7.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| almost-functional-1.7.4.pom | |
| almost-functional-1.7.4.jar | 25 KB |
| almost-functional-1.7.4-sources.jar | 22 KB |
| almost-functional-1.7.4-javadoc.jar | 84 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nwillc/almost-functional/ -->
<dependency>
<groupId>com.github.nwillc</groupId>
<artifactId>almost-functional</artifactId>
<version>1.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nwillc/almost-functional/
implementation 'com.github.nwillc:almost-functional:1.7.4'
// https://jarcasting.com/artifacts/com.github.nwillc/almost-functional/
implementation ("com.github.nwillc:almost-functional:1.7.4")
'com.github.nwillc:almost-functional:jar:1.7.4'
<dependency org="com.github.nwillc" name="almost-functional" rev="1.7.4">
<artifact name="almost-functional" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nwillc', module='almost-functional', version='1.7.4')
)
libraryDependencies += "com.github.nwillc" % "almost-functional" % "1.7.4"
[com.github.nwillc/almost-functional "1.7.4"]