jgenhtml_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.parzival3</groupId>
<artifactId>jgenhtml_2.12</artifactId>
<version>0.1</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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.parzival3</groupId>
<artifactId>jgenhtml_2.12</artifactId>
<packaging>jar</packaging>
<description>Personal fork of https://github.com/ricksbrown/jgenhtml</description>
<url>https://github.com/parzival3/jgenhtml</url>
<version>0.1</version>
<licenses>
<license>
<name>GPLv3</name>
<url>https://www.gnu.org/licenses/gpl-3.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>jgenhtml</name>
<organization>
<name>parzival3</name>
<url>https://www.github.com/parzival3</url>
</organization>
<scm>
<url>https://github.com/parzival3/jgenhtml</url>
<connection>scm:git@github.com:parzival3/jgenhtml.git</connection>
</scm>
<developers>
<developer>
<id>parzival3</id>
<name>Enrico Tolotto</name>
<url>https://www.github.com/parzival3</url>
<email>etolotto@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.10</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
</dependency>
</dependencies>
</project>