hydra-scala_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.fortytwo.hydra.scala</groupId>
<artifactId>hydra-scala_3</artifactId>
<version>0.17.1</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>net.fortytwo.hydra.scala</groupId>
<artifactId>hydra-scala_3</artifactId>
<packaging>jar</packaging>
<description>Scala support for Hydra</description>
<url>https://github.com/CategoricalData/hydra</url>
<version>0.17.1</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>hydra-scala</name>
<organization>
<name>net.fortytwo.hydra.scala</name>
<url>https://github.com/CategoricalData/hydra</url>
</organization>
<scm>
<url>https://github.com/CategoricalData/hydra</url>
<connection>scm:git@github.com:CategoricalData/hydra.git</connection>
</scm>
<developers>
<developer>
<id>joshsh</id>
<name>Joshua Shinavier</name>
<url>https://fortytwo.net</url>
<email>josh@fortytwo.net</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.7</version>
</dependency>
<dependency>
<groupId>net.fortytwo.hydra.scala</groupId>
<artifactId>hydra-kernel_3</artifactId>
<version>0.17.1</version>
</dependency>
<dependency>
<groupId>net.fortytwo.hydra.scala</groupId>
<artifactId>hydra-jvm_3</artifactId>
<version>0.17.1</version>
</dependency>
</dependencies>
</project>