cmd_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.torrentdam.bittorrent</groupId> <artifactId>cmd_3</artifactId> <version>3.4.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>io.github.torrentdam.bittorrent</groupId> <artifactId>cmd_3</artifactId> <packaging>jar</packaging> <description>Bittorrent client</description> <url>https://torrentdam.github.io/</url> <version>3.4.0</version> <licenses> <license> <name>Unlicense</name> <url>https://unlicense.org/</url> <distribution>repo</distribution> </license> </licenses> <name>cmd</name> <organization> <name>io.github.torrentdam.bittorrent</name> <url>https://torrentdam.github.io/</url> </organization> <scm> <url>https://github.com/TorrentDamDev/bittorrent</url> <connection>scm:git@github.com:TorrentDamDev/bittorrent.git</connection> </scm> <developers> <developer> <id>lavrov</id> <name>Vitaly Lavrov</name> <url>https://github.com/lavrov</url> <email>lavrovvv@gmail.com</email> </developer> </developers> <dependencies> <dependency> <groupId>io.github.torrentdam.bittorrent</groupId> <artifactId>bittorrent_3</artifactId> <version>3.4.0</version> </dependency> <dependency> <groupId>io.github.torrentdam.bittorrent</groupId> <artifactId>dht_3</artifactId> <version>3.4.0</version> </dependency> <dependency> <groupId>io.github.torrentdam.bittorrent</groupId> <artifactId>files_3</artifactId> <version>3.4.0</version> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>munit-cats-effect-3_3</artifactId> <version>1.0.7</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.5.0</version> </dependency> <dependency> <groupId>com.monovore</groupId> <artifactId>decline-effect_3</artifactId> <version>2.4.1</version> </dependency> <dependency> <groupId>org.legogroup</groupId> <artifactId>woof-core_3</artifactId> <version>0.6.0</version> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>cats-effect-cps_3</artifactId> <version>0.4.0</version> </dependency> </dependencies> </project>