is not current version
Last Version 2.0

net.mintern:functions-nullary 1.0.1

Provides functional interfaces for all no-argument functions

Categories

Categories

Net
GroupId

GroupId

net.mintern
ArtifactId

ArtifactId

functions-nullary
Version

Version

1.0.1
Type

Type

jar

Download functions-nullary 1.0.1


<!-- https://jarcasting.com/artifacts/net.mintern/functions-nullary/ -->
<dependency>
    <groupId>net.mintern</groupId>
    <artifactId>functions-nullary</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.mintern/functions-nullary/
implementation 'net.mintern:functions-nullary:1.0.1'
// https://jarcasting.com/artifacts/net.mintern/functions-nullary/
implementation ("net.mintern:functions-nullary:1.0.1")
'net.mintern:functions-nullary:jar:1.0.1'
<dependency org="net.mintern" name="functions-nullary" rev="1.0.1">
  <artifact name="functions-nullary" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.mintern', module='functions-nullary', version='1.0.1')
)
libraryDependencies += "net.mintern" % "functions-nullary" % "1.0.1"
[net.mintern/functions-nullary "1.0.1"]