gcli
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>fr.marcwrobel</groupId>
<artifactId>gcli</artifactId>
<version>0.0.5</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>fr.marcwrobel</groupId>
<artifactId>gcli</artifactId>
<version>0.0.5</version>
<name>GCLI</name>
<description>Easier scripting with Groovy</description>
<url>https://github.com/marcwrobel/gcli</url>
<inceptionYear>2019</inceptionYear>
<organization>
<name>Marc Wrobel</name>
<url>http://www.marcwrobel.fr/</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Marc Wrobel</name>
<email>marc.wrobel@gmail.com</email>
<url>http://www.marcwrobel.fr/</url>
</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:git@github.com:marcwrobel/gcli</connection>
<developerConnection>scm:git:git@github.com:marcwrobel/gcli</developerConnection>
<tag>v0.0.5</tag>
<url>https://github.com/marcwrobel/gcli</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/marcwrobel/gcli/issues</url>
</issueManagement>
<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/marcwrobel/gcli/actions</url>
</ciManagement>
<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<name>Sonatype OSSRH</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-cli-commons</artifactId>
<version>2.5.14</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-sql</artifactId>
<version>2.5.14</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>