MVN

ch.inftec.ju : ju-jasypt

Maven & Gradle

Feb 16, 2017
0 stars
<dependency>
    <groupId>ch.inftec.ju</groupId>
    <artifactId>ju-jasypt</artifactId>
    <version>6.1-4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.inftec.ju : ju-jasypt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1-4
  • Latest Release Candidate: 4.5.1-rc-8
  • Latest Beta: 4.5-beta-5

All Versions

Choose a version of ch.inftec.ju : ju-jasypt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1
ju-jasypt-6.1-4
ju-jasypt-6.1
4.5.x
ju-jasypt-4.5.1-11
ju-jasypt-4.5.1-SNAPSHOT-27
ju-jasypt-4.5.1-rc-8
ju-jasypt-4.5.1-rc-5
ju-jasypt-4.5.1-rc-4
ju-jasypt-4.5.1-rc-2
4.5
ju-jasypt-4.5-beta-5
ju-jasypt-4.5-beta-4
4.4
ju-jasypt-4.4-26
ju-jasypt-4.4-25
ju-jasypt-4.4-24
ju-jasypt-4.4-23
ju-jasypt-4.4-22
ju-jasypt-4.4-20
ju-jasypt-4.4-19

How to add a dependency to Maven

Add the following ch.inftec.ju : ju-jasypt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.inftec.ju</groupId>
    <artifactId>ju-jasypt</artifactId>
    <version>6.1-4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.inftec.ju : ju-jasypt gradle dependency to your build.gradle file:

implementation 'ch.inftec.ju:ju-jasypt:6.1-4'

Gradle Kotlin DSL: Add the following ch.inftec.ju : ju-jasypt gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.inftec.ju:ju-jasypt:6.1-4")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.inftec.ju : ju-jasypt sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.inftec.ju" % "ju-jasypt" % "6.1-4"