s2d-cli_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.finochiom</groupId>
<artifactId>s2d-cli_3</artifactId>
<version>0.1.5</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.finochiom</groupId>
<artifactId>s2d-cli_3</artifactId>
<packaging>jar</packaging>
<description>The S2D CLI tool for creating and managing S2D projects</description>
<url>https://github.com/FinochioM/S2D_CLI</url>
<version>0.1.5</version>
<licenses>
<license>
<name>zlib</name>
<url>https://zlib.net/zlib_license.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>s2d-cli</name>
<organization>
<name>io.github.finochiom</name>
<url>https://github.com/FinochioM/S2D_CLI</url>
</organization>
<scm>
<url>https://github.com/FinochioM/S2D_CLI</url>
<connection>scm:git@github.com:FinochioM/S2D_CLI.git</connection>
</scm>
<developers>
<developer>
<id>FinochioM</id>
<name>Matias Finochio</name>
<url>https://github.com/FinochioM</url>
<email>matias.finochio@davinci.edu.ar</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.6</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>6.7.0.202309050840-r</version>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>os-lib_3</artifactId>
<version>0.11.4</version>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>upickle_3</artifactId>
<version>4.2.1</version>
</dependency>
</dependencies>
</project>