MVN

org.activecomponents.jadex : jadex-runtimetools-swing

Maven & Gradle

May 11, 2020
5 usages

jadex-runtimetools-swing · The Jadex rules tools package contains tools for the Jadex active components infrastructure.

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

Latest Version

Choose a version of org.activecomponents.jadex : jadex-runtimetools-swing 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-runtimetools-swing to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.activecomponents.jadex:jadex-runtimetools-swing:3.0.117'

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

implementation("org.activecomponents.jadex:jadex-runtimetools-swing:3.0.117")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.activecomponents.jadex" % "jadex-runtimetools-swing" % "3.0.117"

Advertisement