MVN

com.github.t3hnar : scala-bcrypt_2.10

Maven & Gradle

Jun 14, 2017
151 stars

scala-bcrypt · Scala wrapper for jBcrypt + pom.xml inside

<dependency>
    <groupId>com.github.t3hnar</groupId>
    <artifactId>scala-bcrypt_2.10</artifactId>
    <version>3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.t3hnar : scala-bcrypt_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1

All Versions

Choose a version of com.github.t3hnar : scala-bcrypt_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1
scala-bcrypt_2.10-3.1
3.0
scala-bcrypt_2.10-3.0
2.6
scala-bcrypt_2.10-2.6
2.5
scala-bcrypt_2.10-2.5
2.4
scala-bcrypt_2.10-2.4
2.3
scala-bcrypt_2.10-2.3
2.2
scala-bcrypt_2.10-2.2
2.1
scala-bcrypt_2.10-2.1

How to add a dependency to Maven

Add the following com.github.t3hnar : scala-bcrypt_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.t3hnar</groupId>
    <artifactId>scala-bcrypt_2.10</artifactId>
    <version>3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.t3hnar : scala-bcrypt_2.10 gradle dependency to your build.gradle file:

implementation 'com.github.t3hnar:scala-bcrypt_2.10:3.1'

Gradle Kotlin DSL: Add the following com.github.t3hnar : scala-bcrypt_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.t3hnar:scala-bcrypt_2.10:3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.t3hnar : scala-bcrypt_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.t3hnar" % "scala-bcrypt_2.10" % "3.1"

Advertisement