License |
License |
---|---|
GroupId | GroupIdorg.lable.oss.bitsandbytes |
ArtifactId | ArtifactIdbitsandbytes |
Last Version | Last Version4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBits-and-Bytes
A motley collection of utility classes that perform a variety of potentially
useful operations on bits, bytes, and strings representing them.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bitsandbytes-4.0.pom | |
bitsandbytes-4.0.jar | 26 KB |
bitsandbytes-4.0-sources.jar | 19 KB |
bitsandbytes-4.0-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.lable.oss.bitsandbytes/bitsandbytes/ -->
<dependency>
<groupId>org.lable.oss.bitsandbytes</groupId>
<artifactId>bitsandbytes</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.lable.oss.bitsandbytes/bitsandbytes/
implementation 'org.lable.oss.bitsandbytes:bitsandbytes:4.0'
// https://jarcasting.com/artifacts/org.lable.oss.bitsandbytes/bitsandbytes/
implementation ("org.lable.oss.bitsandbytes:bitsandbytes:4.0")
'org.lable.oss.bitsandbytes:bitsandbytes:jar:4.0'
<dependency org="org.lable.oss.bitsandbytes" name="bitsandbytes" rev="4.0">
<artifact name="bitsandbytes" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lable.oss.bitsandbytes', module='bitsandbytes', version='4.0')
)
libraryDependencies += "org.lable.oss.bitsandbytes" % "bitsandbytes" % "4.0"
[org.lable.oss.bitsandbytes/bitsandbytes "4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest | jar | 2.2 |
com.github.npathai : hamcrest-optional | jar | 2.0.0 |
junit : junit | jar | 4.13 |
org.mockito : mockito-core | jar | 3.4.6 |