interface
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.get-coursier</groupId>
<artifactId>interface</artifactId>
<version>1.0.29-M4</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>
<name>interface</name>
<groupId>io.get-coursier</groupId>
<artifactId>interface</artifactId>
<packaging>jar</packaging>
<description>proguarded</description>
<version>1.0.29-M4</version>
<url>https://github.com/coursier/interface</url>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://spdx.org/licenses/Apache-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/coursier/interface.git</connection>
<developerConnection>scm:git:ssh://git@github.com:coursier/interface.git</developerConnection>
<url>https://github.com/coursier/interface</url>
</scm>
<developers>
<developer>
<id>alexarchambault</id>
<name>Alex Archambault</name>
<url>https://github.com/alexarchambault</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.17</version>
</dependency>
</dependencies>
</project>