License |
License |
---|---|
GroupId | GroupIdcom.alexkasko.springjdbc |
ArtifactId | ArtifactIdblob-tool |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionBLOB Tool Library
Library allows to work with BLOBs in streaming mode in different databases using the same API.
Supports transparent compression of BLOB data.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
blob-tool-1.0.pom | |
blob-tool-1.0.jar | 25 KB |
blob-tool-1.0-sources.jar | 17 KB |
blob-tool-1.0-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alexkasko.springjdbc/blob-tool/ -->
<dependency>
<groupId>com.alexkasko.springjdbc</groupId>
<artifactId>blob-tool</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexkasko.springjdbc/blob-tool/
implementation 'com.alexkasko.springjdbc:blob-tool:1.0'
// https://jarcasting.com/artifacts/com.alexkasko.springjdbc/blob-tool/
implementation ("com.alexkasko.springjdbc:blob-tool:1.0")
'com.alexkasko.springjdbc:blob-tool:jar:1.0'
<dependency org="com.alexkasko.springjdbc" name="blob-tool" rev="1.0">
<artifact name="blob-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexkasko.springjdbc', module='blob-tool', version='1.0')
)
libraryDependencies += "com.alexkasko.springjdbc" % "blob-tool" % "1.0"
[com.alexkasko.springjdbc/blob-tool "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc | jar | 3.1.0.RELEASE |
cglib : cglib | jar | 2.2.2 |
log4j : log4j | jar | 1.2.16 |
Group / Artifact | Type | Version |
---|---|---|
org.iq80.snappy : snappy | jar | 0.3 |
org.tukaani : xz | jar | 1.0 |
postgresql : postgresql | jar | 9.0-801.jdbc4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.springframework : spring-test | jar | 3.1.0.RELEASE |
com.h2database : h2 | jar | 1.3.165 |
com.oracle » ojdbc6 | jar | 11.2.0.1.0 |
net.sourceforge.jtds : jtds | jar | 1.2.4 |
javax.inject : javax.inject | jar | 1 |
commons-io : commons-io | jar | 2.4 |