License |
License |
---|---|
GroupId | GroupIdorg.dishevelled |
ArtifactId | ArtifactIddsh-bitset |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondishevelled.org bitset
High performance bit set implementations.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dsh-bitset-3.0.pom | |
dsh-bitset-3.0.jar | 38 KB |
dsh-bitset-3.0-sources.jar | 39 KB |
dsh-bitset-3.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dishevelled/dsh-bitset/ -->
<dependency>
<groupId>org.dishevelled</groupId>
<artifactId>dsh-bitset</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dishevelled/dsh-bitset/
implementation 'org.dishevelled:dsh-bitset:3.0'
// https://jarcasting.com/artifacts/org.dishevelled/dsh-bitset/
implementation ("org.dishevelled:dsh-bitset:3.0")
'org.dishevelled:dsh-bitset:jar:3.0'
<dependency org="org.dishevelled" name="dsh-bitset" rev="3.0">
<artifact name="dsh-bitset" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dishevelled', module='dsh-bitset', version='3.0')
)
libraryDependencies += "org.dishevelled" % "dsh-bitset" % "3.0"
[org.dishevelled/dsh-bitset "3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.dishevelled : dsh-functor | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |