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