Files download
File Operation
jeaf-x-fun-default-runtime-1.6.4.pom download
Apache Maven
<dependency>
  <groupId>com.anaptecs.jeaf.x-fun</groupId>
  <artifactId>jeaf-x-fun-default-runtime</artifactId>
  <version>1.6.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.anaptecs.jeaf.x-fun:jeaf-x-fun-default-runtime:1.6.4'
Gradle Kotlin
implementation("com.anaptecs.jeaf.x-fun:jeaf-x-fun-default-runtime:1.6.4")
Scala SBT
libraryDependencies += "com.anaptecs.jeaf.x-fun" % "jeaf-x-fun-default-runtime" % "1.6.4"
Groovy Grape
@Grapes(
  @Grab(group='com.anaptecs.jeaf.x-fun', module='jeaf-x-fun-default-runtime', version='1.6.4')
)
Apache Ivy
<dependency org="com.anaptecs.jeaf.x-fun" name="jeaf-x-fun-default-runtime" rev="1.6.4" />
Leiningen
[com.anaptecs.jeaf.x-fun/jeaf-x-fun-default-runtime "1.6.4"]
Apache Buildr
'com.anaptecs.jeaf.x-fun:jeaf-x-fun-default-runtime:jar:1.6.4'