MVN

com.anaptecs.jeaf.x-fun : jeaf-x-fun-samples

Maven & Gradle

Jun 15, 2023

JEAF X-Fun Samples · Project provides sample code for usage of JEAF X-Fun API.

<dependency>
    <groupId>com.anaptecs.jeaf.x-fun</groupId>
    <artifactId>jeaf-x-fun-samples</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.anaptecs.jeaf.x-fun : jeaf-x-fun-samples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0

All Versions

Choose a version of com.anaptecs.jeaf.x-fun : jeaf-x-fun-samples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
jeaf-x-fun-samples-1.8.0
1.6.x
jeaf-x-fun-samples-1.6.35
jeaf-x-fun-samples-1.6.34
jeaf-x-fun-samples-1.6.33
jeaf-x-fun-samples-1.6.31
jeaf-x-fun-samples-1.6.30
jeaf-x-fun-samples-1.6.26
jeaf-x-fun-samples-1.6.22
jeaf-x-fun-samples-1.6.18
jeaf-x-fun-samples-1.6.16
jeaf-x-fun-samples-1.6.15
jeaf-x-fun-samples-1.6.14
jeaf-x-fun-samples-1.6.13
jeaf-x-fun-samples-1.6.12
jeaf-x-fun-samples-1.6.11
jeaf-x-fun-samples-1.6.10
jeaf-x-fun-samples-1.6.9
jeaf-x-fun-samples-1.6.8
jeaf-x-fun-samples-1.6.7
jeaf-x-fun-samples-1.6.6
jeaf-x-fun-samples-1.6.5
jeaf-x-fun-samples-1.6.4
jeaf-x-fun-samples-1.6.3
jeaf-x-fun-samples-1.6.2
jeaf-x-fun-samples-1.6.1
jeaf-x-fun-samples-1.6.0
1.5.x
jeaf-x-fun-samples-1.5.22
jeaf-x-fun-samples-1.5.21
jeaf-x-fun-samples-1.5.20
jeaf-x-fun-samples-1.5.19
jeaf-x-fun-samples-1.5.18
jeaf-x-fun-samples-1.5.17
jeaf-x-fun-samples-1.5.15

How to add a dependency to Maven

Add the following com.anaptecs.jeaf.x-fun : jeaf-x-fun-samples maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.anaptecs.jeaf.x-fun</groupId>
    <artifactId>jeaf-x-fun-samples</artifactId>
    <version>1.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.anaptecs.jeaf.x-fun : jeaf-x-fun-samples gradle dependency to your build.gradle file:

implementation 'com.anaptecs.jeaf.x-fun:jeaf-x-fun-samples:1.8.0'

Gradle Kotlin DSL: Add the following com.anaptecs.jeaf.x-fun : jeaf-x-fun-samples gradle kotlin dependency to your build.gradle.kts file:

implementation("com.anaptecs.jeaf.x-fun:jeaf-x-fun-samples:1.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.anaptecs.jeaf.x-fun : jeaf-x-fun-samples sbt scala dependency to your build.sbt file:

libraryDependencies += "com.anaptecs.jeaf.x-fun" % "jeaf-x-fun-samples" % "1.8.0"

Advertisement