| License |
License |
|---|---|
| GroupId | GroupIdcom.tomgibara.bits |
| ArtifactId | ArtifactIdbits |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBits
A library for reading, writing and manipulating bits.
|
| Filename | Size |
|---|---|
| bits-2.1.0.pom | |
| bits-2.1.0.jar | 67 KB |
| bits-2.1.0-sources.jar | 45 KB |
| bits-2.1.0-javadoc.jar | 168 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tomgibara.bits/bits/ -->
<dependency>
<groupId>com.tomgibara.bits</groupId>
<artifactId>bits</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomgibara.bits/bits/
implementation 'com.tomgibara.bits:bits:2.1.0'
// https://jarcasting.com/artifacts/com.tomgibara.bits/bits/
implementation ("com.tomgibara.bits:bits:2.1.0")
'com.tomgibara.bits:bits:jar:2.1.0'
<dependency org="com.tomgibara.bits" name="bits" rev="2.1.0">
<artifact name="bits" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomgibara.bits', module='bits', version='2.1.0')
)
libraryDependencies += "com.tomgibara.bits" % "bits" % "2.1.0"
[com.tomgibara.bits/bits "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.tomgibara.fundament : fundament | jar | 1.1.1 |
| com.tomgibara.hashing : hashing | jar | 2.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |