lockdown-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.starchartlabs.lockdown</groupId> <artifactId>lockdown-core</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-core</artifactId> <version>2.0.0</version> <dependencies> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <scope>compile</scope> <version>3.0.1</version> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpg-jdk15on</artifactId> <scope>compile</scope> <version>1.56</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <scope>compile</scope> <version>1.7.21</version> </dependency> </dependencies> <name>lockdown-core</name> <description>APIs for storing and reading encrypted credentials</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>