trilean
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>uk.dahai.open</groupId>
<artifactId>trilean</artifactId>
<version>0.0.15</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>uk.dahai.open</groupId>
<artifactId>trilean</artifactId>
<version>0.0.15</version>
<packaging>jar</packaging>
<properties>
<java.version>13</java.version>
<maven.compiler.source>13</maven.compiler.source>
<maven.compiler.target>13</maven.compiler.target>
</properties>
<organization>
<name>Dahai Ltd Open Source</name>
<url>https://gitlab.com/dahaiuk/open</url>
</organization>
<issueManagement>
<system>GitLab</system>
<url>https://gitlab.com/groups/dahaiuk/open/-/issues</url>
</issueManagement>
<name>Trilean</name>
<description>An implementation of</description>
<url>https://gitlab.com/dahaiuk/open/trilean</url>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
</parent>
<licenses>
<license>
<name>MIT License</name>
<url>https://gitlab.com/dahaiuk/open/trilean/-/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://gitlab.com/dahaiuk/open/trilean.git</url>
<connection>scm:git:git@gitlab.com:dahaiuk/open/trilean.git</connection>
<developerConnection>scm:git:git@gitlab.com:dahaiuk/open/trilean.git</developerConnection>
</scm>
<developers>
<developer>
<name>Richard Bourner</name>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.7.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<source>8</source>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>