MVN

eu.hinsch : spring-properties-decrypter

Maven & Gradle

Jun 25, 2015

spring-properties-decrypter · simple logfile viewer as spring boot actuator endpoint

<dependency>
    <groupId>eu.hinsch</groupId>
    <artifactId>spring-properties-decrypter</artifactId>
    <version>0.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.hinsch : spring-properties-decrypter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.9

All Versions

Choose a version of eu.hinsch : spring-properties-decrypter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
spring-properties-decrypter-0.1.9
spring-properties-decrypter-0.1.8
spring-properties-decrypter-0.1.7
spring-properties-decrypter-0.1.6
spring-properties-decrypter-0.1.5
spring-properties-decrypter-0.1.3
spring-properties-decrypter-0.1.2
spring-properties-decrypter-0.1.1
spring-properties-decrypter-0.1.0

How to add a dependency to Maven

Add the following eu.hinsch : spring-properties-decrypter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.hinsch</groupId>
    <artifactId>spring-properties-decrypter</artifactId>
    <version>0.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.hinsch : spring-properties-decrypter gradle dependency to your build.gradle file:

implementation 'eu.hinsch:spring-properties-decrypter:0.1.9'

Gradle Kotlin DSL: Add the following eu.hinsch : spring-properties-decrypter gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.hinsch:spring-properties-decrypter:0.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.hinsch : spring-properties-decrypter sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.hinsch" % "spring-properties-decrypter" % "0.1.9"