MVN

org.finos.tracdap.tools : secret-tool

Maven & Gradle

Jun 13, 2023
34 stars

secret-tool · Set up and manage secrets and other sensifitive configuration for TRAC D.A.P.

<dependency>
    <groupId>org.finos.tracdap.tools</groupId>
    <artifactId>secret-tool</artifactId>
    <version>0.5.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.finos.tracdap.tools : secret-tool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.28
  • Latest Release Candidate: 0.6.0-rc1

All Versions

Choose a version of org.finos.tracdap.tools : secret-tool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
secret-tool-0.6.0-rc1
0.5.x
secret-tool-0.5.28
secret-tool-0.5.27
secret-tool-0.5.25
secret-tool-0.5.24
secret-tool-0.5.23
secret-tool-0.5.22
secret-tool-0.5.21
secret-tool-0.5.20
secret-tool-0.5.19
secret-tool-0.5.18
secret-tool-0.5.11
secret-tool-0.5.10
secret-tool-0.5.9
secret-tool-0.5.8
secret-tool-0.5.7
secret-tool-0.5.6
secret-tool-0.5.5
secret-tool-0.5.4

How to add a dependency to Maven

Add the following org.finos.tracdap.tools : secret-tool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.finos.tracdap.tools</groupId>
    <artifactId>secret-tool</artifactId>
    <version>0.5.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.finos.tracdap.tools : secret-tool gradle dependency to your build.gradle file:

implementation 'org.finos.tracdap.tools:secret-tool:0.5.28'

Gradle Kotlin DSL: Add the following org.finos.tracdap.tools : secret-tool gradle kotlin dependency to your build.gradle.kts file:

implementation("org.finos.tracdap.tools:secret-tool:0.5.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.finos.tracdap.tools : secret-tool sbt scala dependency to your build.sbt file:

libraryDependencies += "org.finos.tracdap.tools" % "secret-tool" % "0.5.28"

Advertisement