trellis-namespaces
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.trellisldp</groupId>
<artifactId>trellis-namespaces</artifactId>
<version>0.11.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.trellisldp</groupId>
<artifactId>trellis-namespaces</artifactId>
<version>0.11.3</version>
<name>Trellis Linked Data Server</name>
<description>The core components for a Trellis linked data server</description>
<url>https://www.trellisldp.org</url>
<inceptionYear>2017</inceptionYear>
<organization>
<name>Trellis LDP</name>
<url>https://www.trellisldp.org/</url>
</organization>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>Copyright (c) 2017 - 2020 Aaron Coburn and individual contributors</comments>
</license>
</licenses>
<developers>
<developer>
<id>acoburn</id>
<name>Aaron Coburn</name>
<email>acoburn (at) apache (dot) org</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://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>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<version>1.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.trellisldp</groupId>
<artifactId>trellis-api</artifactId>
<version>0.11.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>1.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.trellisldp</groupId>
<artifactId>trellis-vocabulary</artifactId>
<version>0.11.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>