License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.gitlab.marvinh |
ArtifactId | ArtifactIddatabase-connector |
Version | Version2.4 |
Type | Typejar |
Description |
DescriptionDatabase 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
database-connector-2.4.pom | |
database-connector-2.4.jar | 38 KB |
database-connector-2.4-sources.jar | 17 KB |
database-connector-2.4-javadoc.jar | 514 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.200 |
org.slf4j : slf4j-api | jar | 1.7.28 |
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 |