MVN

com.github.firststraw : jasypt-convenience

Maven & Gradle

Oct 16, 2016
0 stars

First Straw - Jasypt Convenience Library · Library containing convenience classes to make simple usage of Jasypt even easier than it already is.

<dependency>
    <groupId>com.github.firststraw</groupId>
    <artifactId>jasypt-convenience</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.firststraw : jasypt-convenience to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.github.firststraw : jasypt-convenience to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jasypt-convenience-1.0.2
jasypt-convenience-1.0.1
1.0
jasypt-convenience-1.0

How to add a dependency to Maven

Add the following com.github.firststraw : jasypt-convenience maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.firststraw</groupId>
    <artifactId>jasypt-convenience</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.firststraw : jasypt-convenience gradle dependency to your build.gradle file:

implementation 'com.github.firststraw:jasypt-convenience:1.0.2'

Gradle Kotlin DSL: Add the following com.github.firststraw : jasypt-convenience gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.firststraw:jasypt-convenience:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.firststraw : jasypt-convenience sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.firststraw" % "jasypt-convenience" % "1.0.2"

Advertisement