MVN

org.activecomponents.jadex : jadex-commons

Maven & Gradle

May 11, 2020
39 usages

jadex-commons · Jadex commons is a base package containing frequently used functionality missing in standard Java utility classes.

<dependency>
    <groupId>org.activecomponents.jadex</groupId>
    <artifactId>jadex-commons</artifactId>
    <version>3.0.117</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.activecomponents.jadex : jadex-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.117
  • Latest Release Candidate: 3.0.0-RC80

All Versions

Choose a version of org.activecomponents.jadex : jadex-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
jadex-commons-3.0.117
jadex-commons-3.0.115
jadex-commons-3.0.113
jadex-commons-3.0.112
jadex-commons-3.0.106
jadex-commons-3.0.102
jadex-commons-3.0.95
jadex-commons-3.0.91
jadex-commons-3.0.86
jadex-commons-3.0.85
jadex-commons-3.0.81
jadex-commons-3.0.79
jadex-commons-3.0.78
jadex-commons-3.0.77
jadex-commons-3.0.76
jadex-commons-3.0.72
jadex-commons-3.0.71
jadex-commons-3.0.70
jadex-commons-3.0.69
jadex-commons-3.0.43
jadex-commons-3.0.7
jadex-commons-3.0.1
jadex-commons-3.0.0
jadex-commons-3.0.0-RC80
jadex-commons-3.0.0-RC68
jadex-commons-3.0.0-RC63
jadex-commons-3.0.0-RC51
jadex-commons-3.0.0-RC32
jadex-commons-3.0.0-RC16
3.0
jadex-commons-3.0-DEVELOPMENT

How to add a dependency to Maven

Add the following org.activecomponents.jadex : jadex-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.activecomponents.jadex</groupId>
    <artifactId>jadex-commons</artifactId>
    <version>3.0.117</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.activecomponents.jadex : jadex-commons gradle dependency to your build.gradle file:

implementation 'org.activecomponents.jadex:jadex-commons:3.0.117'

Gradle Kotlin DSL: Add the following org.activecomponents.jadex : jadex-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("org.activecomponents.jadex:jadex-commons:3.0.117")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.activecomponents.jadex : jadex-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "org.activecomponents.jadex" % "jadex-commons" % "3.0.117"

Advertisement