| License |
License |
|---|---|
| Categories |
CategoriesJavaScript Languages |
| GroupId | GroupIdde.nycode |
| ArtifactId | ArtifactIdbcrypt-js |
| Last Version | Last Version2.3.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionBCrypt
Kotlin multiplatform bcrypt library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bcrypt-js-2.3.0.pom | |
| bcrypt-js-2.3.0-sources.jar | 1 KB |
| bcrypt-js-2.3.0-javadoc.jar | 190 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.nycode/bcrypt-js/ -->
<dependency>
<groupId>de.nycode</groupId>
<artifactId>bcrypt-js</artifactId>
<version>2.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.nycode/bcrypt-js/
implementation 'de.nycode:bcrypt-js:2.3.0'
// https://jarcasting.com/artifacts/de.nycode/bcrypt-js/
implementation ("de.nycode:bcrypt-js:2.3.0")
'de.nycode:bcrypt-js:pom:2.3.0'
<dependency org="de.nycode" name="bcrypt-js" rev="2.3.0">
<artifact name="bcrypt-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.nycode', module='bcrypt-js', version='2.3.0')
)
libraryDependencies += "de.nycode" % "bcrypt-js" % "2.3.0"
[de.nycode/bcrypt-js "2.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.10 |
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.10 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core-js | jar | 1.6.0 |