MVN

com.keepersecurity.secrets-manager : core

Maven & Gradle

Jul 27, 2023
76 stars

Keeper Secrets Manager · 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.

<dependency>
    <groupId>com.keepersecurity.secrets-manager</groupId>
    <artifactId>core</artifactId>
    <version>16.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.keepersecurity.secrets-manager : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 16.6.2

All Versions

Choose a version of com.keepersecurity.secrets-manager : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
16.6.x
core-16.6.2
core-16.6.1
core-16.6.0
16.5.x
core-16.5.4
core-16.5.3
core-16.5.2
core-16.5.1
core-16.5.0
16.4.x
core-16.4.0
16.3.x
core-16.3.6
core-16.3.4
core-16.3.3
core-16.3.2
core-16.3.1
core-16.3.0
16.2.x
core-16.2.8
core-16.2.7
core-16.2.6
core-16.2.5
core-16.2.4
core-16.2.3
core-16.2.2
core-16.2.1
core-16.2.0
16.1.x
core-16.1.2
core-16.1.0
16.0.x
core-16.0.0

How to add a dependency to Maven

Add the following com.keepersecurity.secrets-manager : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.keepersecurity.secrets-manager</groupId>
    <artifactId>core</artifactId>
    <version>16.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.keepersecurity.secrets-manager : core gradle dependency to your build.gradle file:

implementation 'com.keepersecurity.secrets-manager:core:16.6.2'

Gradle Kotlin DSL: Add the following com.keepersecurity.secrets-manager : core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.keepersecurity.secrets-manager:core:16.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.keepersecurity.secrets-manager : core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.keepersecurity.secrets-manager" % "core" % "16.6.2"

Advertisement