fixed-width-record-generator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.catlin-dev</groupId>
<artifactId>fixed-width-record-generator</artifactId>
<version>2.0.0.RELEASE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.catlin-dev</groupId>
<artifactId>fixed-width-record-generator</artifactId>
<version>2.0.0.RELEASE</version>
<name>Fixed-Width-Record-Generator</name>
<description>Library to generate fixed width files</description>
<url>https://github.com/catlin-dev/fixed-width-record-generator</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>catlin.dev</id>
<name>Catlin Cox</name>
<email>catlin.dev@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/catlin-dev/fixed-width-record-generator.git</connection>
<url>https://github.com/catlin-dev/fixed-width-record-generator</url>
</scm>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apiguardian</groupId>
<artifactId>apiguardian-api</artifactId>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.0.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>