| License |
License |
|---|---|
| GroupId | GroupIdcom.github.cwilper |
| ArtifactId | ArtifactIdbigtrouble |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBig Trouble
Java library providing simplified access to Cassandra clusters,
including direct support for reading and writing large files.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bigtrouble-1.0.0.pom | |
| bigtrouble-1.0.0.jar | 18 KB |
| bigtrouble-1.0.0-sources.jar | 10 KB |
| bigtrouble-1.0.0-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.cwilper/bigtrouble/ -->
<dependency>
<groupId>com.github.cwilper</groupId>
<artifactId>bigtrouble</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cwilper/bigtrouble/
implementation 'com.github.cwilper:bigtrouble:1.0.0'
// https://jarcasting.com/artifacts/com.github.cwilper/bigtrouble/
implementation ("com.github.cwilper:bigtrouble:1.0.0")
'com.github.cwilper:bigtrouble:jar:1.0.0'
<dependency org="com.github.cwilper" name="bigtrouble" rev="1.0.0">
<artifact name="bigtrouble" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cwilper', module='bigtrouble', version='1.0.0')
)
libraryDependencies += "com.github.cwilper" % "bigtrouble" % "1.0.0"
[com.github.cwilper/bigtrouble "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.cwilper : ttff | jar | 1.0.0 |
| commons-io : commons-io | jar | 2.0.1 |
| org.apache.cassandra : cassandra-thrift | jar | 0.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 0.9.26 |
| junit : junit | jar | 4.8.2 |