Last Version

sql-streams 1.0.0

Painless low level JDBC abstraction using the Java 8 Stream API

License

License

MIT
GroupId

GroupId

me.lucko
ArtifactId

ArtifactId

sql-streams
Version

Version

1.0.0
Type

Type

jar
Description

Description

sql-streams
Painless low level JDBC abstraction using the Java 8 Stream API
Project URL

Project URL

https://github.com/lucko/sql-streams
Source Code Management

Source Code Management

https://github.com/lucko/sql-streams

Download sql-streams 1.0.0


<!-- https://jarcasting.com/artifacts/me.lucko/sql-streams/ -->
<dependency>
    <groupId>me.lucko</groupId>
    <artifactId>sql-streams</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.lucko/sql-streams/
implementation 'me.lucko:sql-streams:1.0.0'
// https://jarcasting.com/artifacts/me.lucko/sql-streams/
implementation ("me.lucko:sql-streams:1.0.0")
'me.lucko:sql-streams:jar:1.0.0'
<dependency org="me.lucko" name="sql-streams" rev="1.0.0">
  <artifact name="sql-streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.lucko', module='sql-streams', version='1.0.0')
)
libraryDependencies += "me.lucko" % "sql-streams" % "1.0.0"
[me.lucko/sql-streams "1.0.0"]

Dependencies

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.xerial : sqlite-jdbc jar 3.21.0.1
com.h2database : h2 jar 1.4.196
org.postgresql : postgresql jar 42.1.4

Project Modules

There are no modules declared in this project.