License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdde.nycode |
ArtifactId | ArtifactIdbcrypt-js |
Version | Version2.1.1 |
Type | Typepom |
Description |
DescriptionBCrypt
Kotlin multiplatform bcrypt library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bcrypt-js-2.1.1.pom | |
bcrypt-js-2.1.1-sources.jar | 1 KB |
bcrypt-js-2.1.1-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.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.nycode/bcrypt-js/
implementation 'de.nycode:bcrypt-js:2.1.1'
// https://jarcasting.com/artifacts/de.nycode/bcrypt-js/
implementation ("de.nycode:bcrypt-js:2.1.1")
'de.nycode:bcrypt-js:pom:2.1.1'
<dependency org="de.nycode" name="bcrypt-js" rev="2.1.1">
<artifact name="bcrypt-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.nycode', module='bcrypt-js', version='2.1.1')
)
libraryDependencies += "de.nycode" % "bcrypt-js" % "2.1.1"
[de.nycode/bcrypt-js "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.20 |
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.5.20 |
org.jetbrains.kotlinx : kotlinx-coroutines-core-js | jar | 1.5.0-native-mt |