Last Version

Database Connector 2.4

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
Version

Version

2.4
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 2.4


<!-- 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.