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