| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.mintern |
| ArtifactId | ArtifactIdfunctions-binary-core |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBinary Functions - Core
Provides functional interfaces for the most commonly used two-argument functions
|
| Filename | Size |
|---|---|
| functions-binary-core-2.0.pom | |
| functions-binary-core-2.0.jar | 280 KB |
| functions-binary-core-2.0-sources.jar | 183 KB |
| functions-binary-core-2.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.mintern/functions-binary-core/ -->
<dependency>
<groupId>net.mintern</groupId>
<artifactId>functions-binary-core</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.mintern/functions-binary-core/
implementation 'net.mintern:functions-binary-core:2.0'
// https://jarcasting.com/artifacts/net.mintern/functions-binary-core/
implementation ("net.mintern:functions-binary-core:2.0")
'net.mintern:functions-binary-core:jar:2.0'
<dependency org="net.mintern" name="functions-binary-core" rev="2.0">
<artifact name="functions-binary-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.mintern', module='functions-binary-core', version='2.0')
)
libraryDependencies += "net.mintern" % "functions-binary-core" % "2.0"
[net.mintern/functions-binary-core "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.mintern : functions-nullary | jar | 2.0 |
| net.mintern : functions-unary-core | jar | 2.0 |