Database Connector

Library abstracting the logic for accessing databases so that the user of this maven artifact easily can change database implementations without modifying his source code

License

License

Categories

Categories

Data
GroupId

GroupId

com.gitlab.marvinh
ArtifactId

ArtifactId

database-connector
Last Version

Last Version

2.4
Release Date

Release Date

Type

Type

jar
Description

Description

Database Connector
Library abstracting the logic for accessing databases so that the user of this maven artifact easily can change database implementations without modifying his source code
Project URL

Project URL

https://gitlab.com/marvinh-tradingsystem/databaseconnector
Source Code Management

Source Code Management

https://gitlab.com/marvinh-tradingsystem/databaseconnector

Download database-connector

How to add to project

<!-- https://jarcasting.com/artifacts/com.gitlab.marvinh/database-connector/ -->
<dependency>
    <groupId>com.gitlab.marvinh</groupId>
    <artifactId>database-connector</artifactId>
    <version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.marvinh/database-connector/
implementation 'com.gitlab.marvinh:database-connector:2.4'
// https://jarcasting.com/artifacts/com.gitlab.marvinh/database-connector/
implementation ("com.gitlab.marvinh:database-connector:2.4")
'com.gitlab.marvinh:database-connector:jar:2.4'
<dependency org="com.gitlab.marvinh" name="database-connector" rev="2.4">
  <artifact name="database-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.marvinh', module='database-connector', version='2.4')
)
libraryDependencies += "com.gitlab.marvinh" % "database-connector" % "2.4"
[com.gitlab.marvinh/database-connector "2.4"]

Dependencies

compile (2)

Group / Artifact Type Version
com.h2database : h2 jar 1.4.200
org.slf4j : slf4j-api jar 1.7.28

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.28
org.junit.jupiter : junit-jupiter jar 5.5.1
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

Versions

Version
2.4
2.3
2.2
2.1
2.0
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
0.8
0.7
0.6
0.5
0.3