uni_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.wvlet.uni</groupId>
<artifactId>uni_3</artifactId>
<version>2026.1.3</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>org.wvlet.uni</groupId>
<artifactId>uni_3</artifactId>
<packaging>jar</packaging>
<description>Scala unified core library</description>
<url>https://github.com/wvlet/uni</url>
<version>2026.1.3</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>uni</name>
<organization>
<name>org.wvlet.uni</name>
<url>https://github.com/wvlet/uni</url>
</organization>
<scm>
<url>https://github.com/wvlet/uni</url>
<connection>scm:git:git@github.com:wvlet/uni.git</connection>
</scm>
<developers>
<developer>
<id>leo</id>
<name>Taro L. Saito</name>
<url>http://xerial.org/leo</url>
<email>leo@xerial.org</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.wvlet.uni</groupId>
<artifactId>uni-core_3</artifactId>
<version>2026.1.3</version>
</dependency>
<dependency>
<groupId>org.wvlet.uni</groupId>
<artifactId>uni-test_3</artifactId>
<version>2026.1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.8.3</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>