jadex-distribution-standard
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.activecomponents.jadex</groupId>
<artifactId>jadex-distribution-standard</artifactId>
<version>4.0.267</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.activecomponents.jadex</groupId>
<artifactId>jadex-distribution-standard</artifactId>
<version>4.0.267</version>
<dependencies>
<dependency>
<groupId>org.activecomponents.jadex</groupId>
<artifactId>jadex-distribution-minimal</artifactId>
<version>4.0.267</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.activecomponents.jadex</groupId>
<artifactId>jadex-tools-runtimetools-swing</artifactId>
<version>4.0.267</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.activecomponents.jadex</groupId>
<artifactId>jadex-tools-runtimetools-web</artifactId>
<version>4.0.267</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.activecomponents.jadex</groupId>
<artifactId>jadex-tools-bdi</artifactId>
<version>4.0.267</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.activecomponents.jadex</groupId>
<artifactId>jadex-applications-applib-bdi</artifactId>
<version>4.0.267</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.activecomponents.jadex</groupId>
<artifactId>jadex-tools-bpmn</artifactId>
<version>4.0.267</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.activecomponents.jadex</groupId>
<artifactId>jadex-tools-comanalyzer</artifactId>
<version>4.0.267</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.activecomponents.jadex</groupId>
<artifactId>jadex-rules-tools</artifactId>
<version>4.0.267</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.activecomponents.jadex</groupId>
<artifactId>jadex-environment-agr</artifactId>
<version>4.0.267</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.activecomponents.jadex</groupId>
<artifactId>jadex-environment-envsupport</artifactId>
<version>4.0.267</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.activecomponents.jadex</groupId>
<artifactId>jadex-platform-webservice</artifactId>
<version>4.0.267</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.activecomponents.jadex</groupId>
<artifactId>jadex-platform-webservice-jetty</artifactId>
<version>4.0.267</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.activecomponents.jadex</groupId>
<artifactId>jadex-platform-webservice-grizzly</artifactId>
<version>4.0.267</version>
<scope>compile</scope>
</dependency>
</dependencies>
<description>The standard distribution of the Jadex middleware including all typical modules such as all standard kernels and tools.</description>
<name>standard</name>
<scm>
<url>https://github.com/actoron/jadex.git</url>
</scm>
<url>https://www.activecomponents.org</url>
<developers>
<developer>
<id>alex</id>
<name>Alexander Pokahr</name>
<email>pokahr@gmx.net</email>
<organization>Actoron GmbH</organization>
<organizationUrl>https://actoron.com/</organizationUrl>
</developer>
<developer>
<id>lars</id>
<name>Lars Braubach</name>
<email>braubach@gmx.net</email>
<organization>Actoron GmbH</organization>
<organizationUrl>https://actoron.com/</organizationUrl>
</developer>
<developer>
<id>kai</id>
<name>Kai Jander</name>
<email>kai.jander@googlemail.com</email>
<organization>Actoron GmbH</organization>
<organizationUrl>https://actoron.com/</organizationUrl>
</developer>
<developer>
<id>julian</id>
<name>Julian Kalinowski</name>
<email>kalinowski@informatik.uni-hamburg.de</email>
<organization>University of Hamburg</organization>
<organizationUrl>http://vsis-www.informatik.uni-hamburg.de/</organizationUrl>
</developer>
</developers>
<licenses>
<license>
<name>GPL-3.0</name>
<url>https://gnu.org/licenses/gpl-3.0</url>
<distribution>repo</distribution>
</license>
</licenses>
</project>