is not current version
Last Version 2.0

net.mintern:functions-ternary-core 1.0

Provides functional interfaces for the most commonly used two-argument functions

Categories

Categories

Net
GroupId

GroupId

net.mintern
ArtifactId

ArtifactId

functions-ternary-core
Version

Version

1.0
Type

Type

jar

Download functions-ternary-core 1.0


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