rodeo-components_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.spicelabs</groupId>
<artifactId>rodeo-components_3</artifactId>
<version>0.0.25</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.spicelabs</groupId>
<artifactId>rodeo-components_3</artifactId>
<packaging>jar</packaging>
<description>A library for extending Goat Rodeo with add-on components</description>
<url>https://github.com/spice-labs-inc/rodeo-components</url>
<version>0.0.25</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>rodeo-components</name>
<organization>
<name>Spice Labs</name>
<url>https://github.com/spice-labs-inc/rodeo-components</url>
</organization>
<scm>
<url>https://github.com/spice-labs-inc/rodeo-components</url>
<connection>scm:git@github.com:spice-labs-inc/rodeo-components.git</connection>
</scm>
<developers>
<developer>
<id>spicelabs</id>
<name>Spice Labs</name>
<url>https://github.com/spice-labs-inc</url>
<email>engineering@spicelabs.io</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.7.3</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>26.0.2-1</version>
</dependency>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>munit_3</artifactId>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>