elsewhere
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.pfabulist</groupId>
<artifactId>elsewhere</artifactId>
<version>0.7.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2006 - 2016, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause -->
<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>de.pfabulist</groupId>
<artifactId>elsewhere</artifactId>
<version>0.7.2</version>
<name>elsewhere</name>
<description>A high level api for file storage</description>
<url>http://www.github.com/openCage/elsewhere</url>
<licenses>
<license>
<name>BSD-2-Clause</name>
<url>http://opensource.org/licenses/BSD-2-Clause</url>
</license>
</licenses>
<developers>
<developer>
<name>Stephan Pfab</name>
<email>openCage@gmail.com</email>
<organization>pfabulist</organization>
<organizationUrl>http://www.pfabulist.de</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:openCage/elsewhere</connection>
<developerConnection>scm:git:git@github.com:openCage/elsewhere.git</developerConnection>
<url>git://git@github.com:openCage/elsewhere.git</url>
</scm>
<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>de.pfabulist</groupId>
<artifactId>kleinod</artifactId>
<version>0.34.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.pfabulist</groupId>
<artifactId>nonnullbydefault</artifactId>
<version>2.0.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>