plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.sf.tweety</groupId>
<artifactId>plugin</artifactId>
<version>1.17</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>plugin</artifactId>
<name>Tweety (Plugin Project)</name>
<parent>
<groupId>net.sf.tweety</groupId>
<artifactId>parent-pom</artifactId>
<version>1.17</version>
</parent>
<dependencies>
<dependency>
<groupId>jspf</groupId>
<artifactId>core</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>net.sf.tweety</groupId>
<artifactId>math</artifactId>
<version>1.17</version>
</dependency>
</dependencies>
</project>