random-user_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.juliano</groupId>
<artifactId>random-user_3</artifactId>
<version>0.1.4</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.github.juliano</groupId>
<artifactId>random-user_3</artifactId>
<packaging>jar</packaging>
<description>random-user</description>
<url>https://github.com/juliano/randomuser-scala</url>
<version>0.1.4</version>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/juliano/randomuser-scala/blob/main/LICENSE</url>
<distribution>repo</distribution>
</license>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>random-user</name>
<organization>
<name>io.github.juliano</name>
<url>https://github.com/juliano/randomuser-scala</url>
</organization>
<scm>
<url>https://github.com/juliano/randomuser-scala</url>
<connection>scm:git:https://github.com/juliano/randomuser-scala.git</connection>
<developerConnection>scm:git:git@github.com:juliano/randomuser-scala.git</developerConnection>
</scm>
<developers>
<developer>
<id>juliano</id>
<name>Juliano Alves</name>
<url>https://juliano-alves.com/</url>
<email>von.juliano@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio_3</artifactId>
<version>2.1.19</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-json_3</artifactId>
<version>0.7.44</version>
</dependency>
<dependency>
<groupId>com.softwaremill.sttp.client3</groupId>
<artifactId>zio_3</artifactId>
<version>3.11.0</version>
</dependency>
<dependency>
<groupId>com.softwaremill.sttp.client3</groupId>
<artifactId>zio-json_3</artifactId>
<version>3.11.0</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test_3</artifactId>
<version>2.1.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test-sbt_3</artifactId>
<version>2.1.19</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>