nobox_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.xuwei-k</groupId>
<artifactId>nobox_3</artifactId>
<version>0.4.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>com.github.xuwei-k</groupId>
<artifactId>nobox_3</artifactId>
<packaging>jar</packaging>
<description>immutable primitive array wrapper for Scala</description>
<version>0.4.1</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>nobox</name>
<inceptionYear>2013</inceptionYear>
<organization>
<name>com.github.xuwei-k</name>
</organization>
<url>https://github.com/xuwei-k/nobox</url>
<developers>
<developer>
<id>xuwei-k</id>
<name>Kenji Yoshida</name>
<url>https://github.com/xuwei-k</url>
</developer>
</developers>
<scm>
<url>git@github.com:xuwei-k/nobox.git</url>
<connection>scm:git:git@github.com:xuwei-k/nobox.git</connection>
<tag>v0.4.1</tag>
</scm>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.6</version>
</dependency>
</dependencies>
</project>