commons
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.tweetyproject</groupId> <artifactId>commons</artifactId> <version>1.29</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>commons</artifactId> <packaging>jar</packaging> <name>TweetyProject (Commons)</name> <url>https://github.com/TweetyProjectTeam/TweetyProject</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <version>5.8.2</version> </dependency> </dependencies> <parent> <groupId>org.tweetyproject</groupId> <artifactId>parent-pom</artifactId> <version>1.29</version> <relativePath>..</relativePath> </parent> </project>