proteus-core_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.ghostdogpr</groupId>
<artifactId>proteus-core_3</artifactId>
<version>0.1.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.github.ghostdogpr</groupId>
<artifactId>proteus-core_3</artifactId>
<packaging>jar</packaging>
<description>proteus-core</description>
<url>https://github.com/ghostdogpr/proteus</url>
<version>0.1.0</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>proteus-core</name>
<organization>
<name>com.github.ghostdogpr</name>
<url>https://github.com/ghostdogpr/proteus</url>
</organization>
<scm>
<url>https://github.com/ghostdogpr/proteus/</url>
<connection>scm:git:git@github.com:ghostdogpr/proteus.git</connection>
</scm>
<developers>
<developer>
<id>ghostdogpr</id>
<name>Pierre Ricadat</name>
<url>https://github.com/ghostdogpr</url>
<email>ghostdogpr@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.7</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-blocks-schema_3</artifactId>
<version>0.0.27</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test_3</artifactId>
<version>2.1.24</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test-sbt_3</artifactId>
<version>2.1.24</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.77.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>sonatype-central-maven-snapshots</id>
<name>sonatype-central-maven-snapshots</name>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
<layout>default</layout>
</repository>
</repositories>
</project>