scantivy_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.outr</groupId>
<artifactId>scantivy_3</artifactId>
<version>1.0.0</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>com.outr</groupId>
<artifactId>scantivy_3</artifactId>
<packaging>jar</packaging>
<description>scantivy</description>
<url>https://github.com/outr/scantivy</url>
<version>1.0.0</version>
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>scantivy</name>
<organization>
<name>com.outr</name>
<url>https://github.com/outr/scantivy</url>
</organization>
<scm>
<url>https://github.com/outr/scantivy</url>
<connection>scm:git@github.com:outr/scantivy.git</connection>
</scm>
<developers>
<developer>
<id>darkfrog</id>
<name>Matt Hicks</name>
<url>https://matthicks.com</url>
<email>matt@outr.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.8.3</version>
</dependency>
<dependency>
<groupId>com.thesamet.scalapb</groupId>
<artifactId>scalapb-runtime_3</artifactId>
<version>0.11.17</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_3</artifactId>
<version>3.2.20</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>