MVN

com.github.pellierd : pddl4j

Maven & Gradle

Mar 19, 2019
138 stars

pddl4j · PDDL4J aims at facilitating the development of JAVA tools for Automated Planning based on PDDL language

<dependency>
    <groupId>com.github.pellierd</groupId>
    <artifactId>pddl4j</artifactId>
    <version>3.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.pellierd : pddl4j to add to Maven - Latest Versions:

  • Latest Stable: 3.8.3

All Versions

Choose a version of com.github.pellierd : pddl4j to add to Maven - All Versions:

Version Vulnerabilities Updated
3.8.x
pddl4j-3.8.3
pddl4j-3.8.2
pddl4j-3.8.1
3.8
pddl4j-3.8
3.7.x
pddl4j-3.7.3
pddl4j-3.7.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.pellierd</groupId>
    <artifactId>pddl4j</artifactId>
    <version>3.8.3</version>
</dependency>

Advertisement