MVN

com.anaptecs.jeaf.commons : jeaf-commons-impl

Maven & Gradle

Jun 08, 2021
2 usages

JEAF Commons Impl

<dependency>
    <groupId>com.anaptecs.jeaf.commons</groupId>
    <artifactId>jeaf-commons-impl</artifactId>
    <version>1.5.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.anaptecs.jeaf.commons : jeaf-commons-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.26

All Versions

Choose a version of com.anaptecs.jeaf.commons : jeaf-commons-impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
jeaf-commons-impl-1.5.26
jeaf-commons-impl-1.5.25
jeaf-commons-impl-1.5.24
jeaf-commons-impl-1.5.23
jeaf-commons-impl-1.5.17
jeaf-commons-impl-1.5.16
jeaf-commons-impl-1.5.15
jeaf-commons-impl-1.5.12
jeaf-commons-impl-1.5.11
jeaf-commons-impl-1.5.8
jeaf-commons-impl-1.5.7
jeaf-commons-impl-1.5.6
jeaf-commons-impl-1.5.5
jeaf-commons-impl-1.5.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.anaptecs.jeaf.commons</groupId>
    <artifactId>jeaf-commons-impl</artifactId>
    <version>1.5.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.anaptecs.jeaf.commons : jeaf-commons-impl gradle dependency to your build.gradle file:

implementation 'com.anaptecs.jeaf.commons:jeaf-commons-impl:1.5.26'

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

implementation("com.anaptecs.jeaf.commons:jeaf-commons-impl:1.5.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.anaptecs.jeaf.commons : jeaf-commons-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.anaptecs.jeaf.commons" % "jeaf-commons-impl" % "1.5.26"