recon-client_3.4.2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.ghik</groupId>
<artifactId>recon-client_3.4.2</artifactId>
<version>0.1.0</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.ghik</groupId>
<artifactId>recon-client_3.4.2</artifactId>
<packaging>jar</packaging>
<description>Scala Debug Shell</description>
<url>https://github.com/ghik/recon</url>
<version>0.1.0</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>ReCon</name>
<inceptionYear>2024</inceptionYear>
<organization>
<name>ghik</name>
<url>https://github.com/ghik</url>
</organization>
<scm>
<url>https://github.com/ghik/recon.git</url>
<connection>scm:git:git@github.com:ghik/recon.git</connection>
<developerConnection>scm:git:git@github.com:ghik/recon.git</developerConnection>
</scm>
<developers>
<developer>
<id>ghik</id>
<name>Roman Janusz</name>
<url>https://github.com/ghik</url>
<email>romeqjanoosh@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.github.ghik</groupId>
<artifactId>recon-core_3.4.2</artifactId>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.4.2</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_3</artifactId>
<version>3.2.18</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.8.0</version>
</dependency>
</dependencies>
</project>