Last Version

BLOB Tool Library 1.0

Library allows to work with BLOBs in streaming mode in different databases using the same API. Supports transparent compression of BLOB data.

License

License

GroupId

GroupId

com.alexkasko.springjdbc
ArtifactId

ArtifactId

blob-tool
Version

Version

1.0
Type

Type

jar
Description

Description

BLOB 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

https://github.com/alexkasko/blob-tool
Source Code Management

Source Code Management

https://github.com/alexkasko/blob-tool

Download blob-tool 1.0


<!-- 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"]

Dependencies

compile (3)

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

provided (3)

Group / Artifact Type Version
org.iq80.snappy : snappy jar 0.3
org.tukaani : xz jar 1.0
postgresql : postgresql jar 9.0-801.jdbc4

test (7)

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

Project Modules

There are no modules declared in this project.