Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.mintern |
ArtifactId | ArtifactIdfunctions-ternary-all |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.mintern/functions-ternary-all/ -->
<dependency>
<groupId>net.mintern</groupId>
<artifactId>functions-ternary-all</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.mintern/functions-ternary-all/
implementation 'net.mintern:functions-ternary-all:1.0.1'
// https://jarcasting.com/artifacts/net.mintern/functions-ternary-all/
implementation ("net.mintern:functions-ternary-all:1.0.1")
'net.mintern:functions-ternary-all:jar:1.0.1'
<dependency org="net.mintern" name="functions-ternary-all" rev="1.0.1">
<artifact name="functions-ternary-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.mintern', module='functions-ternary-all', version='1.0.1')
)
libraryDependencies += "net.mintern" % "functions-ternary-all" % "1.0.1"
[net.mintern/functions-ternary-all "1.0.1"]