loracle-found
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.pfabulist.loracle</groupId>
<artifactId>loracle-found</artifactId>
<version>0.7.6</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>de.pfabulist.loracle</groupId>
<artifactId>loracle-found</artifactId>
<version>0.7.6</version>
<name>loracle-found</name>
<description>some found licenses</description>
<url>http://www.github.com/openCage/loracle-found</url>
<licenses>
<license>
<name>BSD-2-Clause</name>
<url>https://spdx.org/licenses/BSD-2-Clause.html</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:https://github.com/openCage/pfabulist-parent/tree/v1/loracle-found</connection>
<developerConnection>scm:git:https://github.com/openCage/pfabulist-parent/tree/v1/loracle-found</developerConnection>
<url>https://github.com/openCage/pfabulist-parent/tree/vq/loracle-found</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.loracle</groupId>
<artifactId>loracle-basic</artifactId>
<version>0.10</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>