ide-cli
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.devonfw.tools.IDEasy</groupId> <artifactId>ide-cli</artifactId> <version>2024.12.002-beta</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.devonfw.tools.IDEasy</groupId> <artifactId>ide-cli</artifactId> <version>2024.12.002-beta</version> <name>ide-cli</name> <description>This project provides automatic setup and update of the local development environment.</description> <url>https://devonfw.com/</url> <inceptionYear>2014</inceptionYear> <organization> <name>devonfw</name> <url>https://github.com/devonfw/IDEasy/graphs/contributors</url> </organization> <licenses> <license> <name>Apache Software License, Version 2.0</name> <url>https://github.com/devonfw/IDEasy/blob/master/LICENSE</url> <distribution>repro</distribution> <comments></comments> </license> </licenses> <developers> <developer> <id>hohwille</id> <name>Jörg Hohwiller</name> <email>hohwille@users.sourceforge.net</email> <organization>Capgemini</organization> <organizationUrl></organizationUrl> <roles> <role>admin</role> <role>designer</role> <role>developer</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>trippl</id> <name>Thomas Rippl</name> <email></email> <organization></organization> <organizationUrl></organizationUrl> <roles> <role>developer</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>markusschuh</id> <name>Markus Schuh</name> <email></email> <organization>Capgemini</organization> <organizationUrl></organizationUrl> <roles> <role>contributor</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>maybeec</id> <name>Malte Brunnlieb</name> <email></email> <organization>Capgemini</organization> <organizationUrl></organizationUrl> <roles> <role>contributor</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>ediekman</id> <name>Erik Diekmann</name> <email></email> <organization>Capgemini</organization> <organizationUrl></organizationUrl> <roles> <role>contributor</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>nricheton</id> <name>Nicolas Richeton</name> <email></email> <organization>Capgemini</organization> <organizationUrl></organizationUrl> <roles> <role>contributor</role> </roles> <timezone>+1</timezone> </developer> </developers> <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false"> <connection>scm:git:https://github.com/devonfw/IDEasy.git</connection> <developerConnection>scm:git:https://github.com/devonfw/IDEasy.git</developerConnection> <url>https://github.com/devonfw/IDEasy/tree/master</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/devonfw/IDEasy/issues</url> </issueManagement> <distributionManagement> <repository> <id>repository</id> <name>release repository</name> <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>repository</id> <name>snapshot repository</name> <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url> </snapshotRepository> </distributionManagement> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> <version>1.26.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.json</groupId> <artifactId>jakarta.json-api</artifactId> <version>2.1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.eclipse.parsson</groupId> <artifactId>parsson</artifactId> <version>1.1.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.18.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> <version>2.18.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-xml</artifactId> <version>2.18.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.12</version> <scope>compile</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.5.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>me.tongfei</groupId> <artifactId>progressbar</artifactId> <version>0.10.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jline</groupId> <artifactId>jline</artifactId> <version>3.24.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.fusesource.jansi</groupId> <artifactId>jansi</artifactId> <version>2.4.0</version> <scope>compile</scope> </dependency> </dependencies> </project>