is not current version
Last Version 2.8.3.1

com.mastfrog:function 2.8.3


GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

function
Version

Version

2.8.3
Type

Type

jar

Download function 2.8.3


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