echo
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.get-coursier</groupId>
<artifactId>echo</artifactId>
<version>1.0.7</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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>io.get-coursier</groupId>
<artifactId>echo</artifactId>
<packaging>jar</packaging>
<description>echo</description>
<url>https://github.com/coursier/echo</url>
<version>1.0.7</version>
<licenses>
<license>
<name>Apache 2.0</name>
<url>http://opensource.org/licenses/Apache-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>echo</name>
<organization>
<name>io.get-coursier</name>
<url>https://github.com/coursier/echo</url>
</organization>
<scm>
<url>https://github.com/coursier/echo</url>
<connection>scm:git:https://github.com/coursier/echo.git</connection>
<developerConnection>scm:git:git@github.com:coursier/echo.git</developerConnection>
</scm>
<developers>
<developer>
<id>alexarchambault</id>
<name>Alexandre Archambault</name>
<url>https://github.com/alexarchambault</url>
</developer>
</developers>
</project>