oscar4-formatter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>uk.ac.cam.ch.wwmm.oscar</groupId>
<artifactId>oscar4-formatter</artifactId>
<version>5.3.0</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>
<parent>
<groupId>uk.ac.cam.ch.wwmm.oscar</groupId>
<artifactId>oscar4</artifactId>
<version>5.3.0</version>
</parent>
<artifactId>oscar4-formatter</artifactId>
<name>oscar4-formatter</name>
<description>Provides classes to format Oscar output into a certain format.</description>
<dependencies>
<dependency>
<groupId>uk.ac.cam.ch.wwmm.oscar</groupId>
<artifactId>oscar4-core</artifactId>
<version>5.3.0</version>
</dependency>
</dependencies>
</project>