byte-pack_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.openmole</groupId>
<artifactId>byte-pack_3</artifactId>
<version>0.10</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.openmole</groupId>
<artifactId>byte-pack_3</artifactId>
<packaging>jar</packaging>
<description>byte-pack</description>
<url>https://github.com/openmole/byte-pack</url>
<version>0.10</version>
<licenses>
<license>
<name>Affero GPLv3</name>
<url>http://www.gnu.org/licenses/</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>byte-pack</name>
<organization>
<name>org.openmole</name>
<url>https://github.com/openmole/byte-pack</url>
</organization>
<scm>
<url>https://github.com/openmole/byte-pack.git</url>
<connection>scm:git:git@github.com:openmole/byte-pack.git</connection>
</scm>
<!-- Developer contact information -->
<developers>
<developer>
<id>romainreuillon</id>
<name>Romain Reuillon</name>
<url>https://github.com/romainreuillon/</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.openmole</groupId>
<artifactId>byte-pack-type_3</artifactId>
<version>0.10</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>io.github.bishabosha</groupId>
<artifactId>enum-extensions_3</artifactId>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_3</artifactId>
<version>3.2.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>