pddl4j
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.pellierd</groupId>
<artifactId>pddl4j</artifactId>
<version>3.8.3</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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.pellierd</groupId>
<artifactId>pddl4j</artifactId>
<version>3.8.3</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.11.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.11.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<description>PDDL4J aims at facilitating the development of JAVA tools for Automated Planning based on PDDL language </description>
<name>pddl4j</name>
<url>https://github.com/pellierd/pddl4j</url>
<organization>
<name>com.github.pellierd</name>
<url>https://github.com/pellierd</url>
</organization>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/pellierd/pddl4j/issues</url>
</issueManagement>
<licenses>
<license>
<name>GNU Lesser General Public License v3.0</name>
<url>https://github.com/pellierd/pddl4j/blob/master/LICENCE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/pellierd/pddl4j</url>
<connection>scm:git:git://github.com/pellierd/pddl4j.git</connection>
<developerConnection>scm:git:ssh://git@github.com:pellierd/pddl4j.git</developerConnection>
</scm>
<developers>
<developer>
<name>Pellier</name>
</developer>
</developers>
</project>