lockdown-cli
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.starchartlabs.lockdown</groupId>
<artifactId>lockdown-cli</artifactId>
<version>2.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.starchartlabs.lockdown</groupId>
<artifactId>lockdown-cli</artifactId>
<version>2.0.0</version>
<dependencies>
<dependency>
<groupId>org.starchartlabs.lockdown</groupId>
<artifactId>lockdown-core</artifactId>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>args4j</groupId>
<artifactId>args4j</artifactId>
<scope>compile</scope>
<version>2.33</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>compile</scope>
<version>1.7.21</version>
</dependency>
</dependencies>
<name>lockdown-cli</name>
<description>Command line interface for managing encrypted credential files</description>
<url>https://github.com/StarChart-Labs/lockdown</url>
<scm>
<url>https://github.com/StarChart-Labs/lockdown</url>
<connection>scm:git:git://github.com/StarChart-Labs/lockdown.git</connection>
<developerConnection>scm:git:ssh://github.com/StarChart-Labs/lockdown.git</developerConnection>
</scm>
<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>romeara</id>
<name>Ryan OMeara</name>
<url>https://github.com/romeara</url>
</developer>
</developers>
</project>