core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.keepersecurity.secrets-manager</groupId> <artifactId>core</artifactId> <version>17.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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.keepersecurity.secrets-manager</groupId> <artifactId>core</artifactId> <version>17.0.0</version> <name>Keeper Secrets Manager</name> <description>Keeper Secrets Manager is a component of the Keeper Enterprise platform. It provides your DevOps, IT Security and software development teams with a fully cloud-based, Zero-Knowledge platform for managing all of your infrastructure secrets such as API keys, Database passwords, access keys, certificates and any type of confidential data.</description> <url>https://github.com/Keeper-Security/secrets-manager</url> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>SergeyAldoukhov</id> <name>Sergey Aldoukhov</name> <email>saldoukhov@keepersecurity.com</email> </developer> <developer> <id>MaksimUstinov</id> <name>Maksim Ustinov</name> <email>mustinov@keepersecurity.com</email> </developer> </developers> <contributors> <contributor> <name>Craig Lurey</name> <url>https://github.com/craiglurey</url> </contributor> <contributor> <name>Sergey Aldoukhov</name> <url>https://github.com/saldoukhov</url> </contributor> <contributor> <name>Maksim Ustinov</name> <url>https://github.com/maksimu</url> </contributor> </contributors> <scm> <connection>scm:git:git://github.com/Keeper-Security/secrets-manager.git</connection> <url>https://github.com/Keeper-Security/secrets-manager</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-bom</artifactId> <version>2.0.20</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>2.0.20</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json-jvm</artifactId> <version>1.7.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>2.0.20</version> <scope>runtime</scope> </dependency> </dependencies> </project>