License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdpw.binom |
ArtifactId | ArtifactIdbitarray-js |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBitArray
BitArray library for Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bitarray-js-0.1.1.pom | |
bitarray-js-0.1.1-sources.jar | 5 KB |
bitarray-js-0.1.1-javadoc.jar | 307 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pw.binom/bitarray-js/ -->
<dependency>
<groupId>pw.binom</groupId>
<artifactId>bitarray-js</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pw.binom/bitarray-js/
implementation 'pw.binom:bitarray-js:0.1.1'
// https://jarcasting.com/artifacts/pw.binom/bitarray-js/
implementation ("pw.binom:bitarray-js:0.1.1")
'pw.binom:bitarray-js:pom:0.1.1'
<dependency org="pw.binom" name="bitarray-js" rev="0.1.1">
<artifact name="bitarray-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='pw.binom', module='bitarray-js', version='0.1.1')
)
libraryDependencies += "pw.binom" % "bitarray-js" % "0.1.1"
[pw.binom/bitarray-js "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.10 |
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.10 |