trellis-binary
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.trellisldp</groupId>
<artifactId>trellis-binary</artifactId>
<version>0.5.2</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>org.trellisldp</groupId>
<artifactId>trellis-binary</artifactId>
<version>0.5.2</version>
<name>Trellis Linked Data Server</name>
<description>The core components for a Trellis linked data server</description>
<url>http://www.trellisldp.org</url>
<inceptionYear>2017</inceptionYear>
<organization>
<name>Trellis LDP</name>
<url>http://www.trellisldp.org</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<comments>Copyright (c) 2017-2018 Trellis LDP</comments>
</license>
</licenses>
<developers>
<developer>
<id>acoburn</id>
<name>Aaron Coburn</name>
<email>acoburn @ (domain of organization url)</email>
<organization>Amherst College</organization>
<organizationUrl>https://www.amherst.edu</organizationUrl>
<roles>
<role>developer</role>
</roles>
<timezone>-5</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/trellis-ldp/trellis.git</connection>
<developerConnection>scm:git:git@github.com/trellis-ldp/trellis.git</developerConnection>
<url>https://github.com/trellis-ldp/trellis</url>
</scm>
<dependencies>
<dependency>
<groupId>org.trellisldp</groupId>
<artifactId>trellis-api</artifactId>
<version>0.5.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.11</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rdf-simple</artifactId>
<version>0.5.0</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>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
<version>1.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.trellisldp</groupId>
<artifactId>trellis-id</artifactId>
<version>0.5.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>