Database Service

This is a library providing an API for accessing databases via socket connections

License

License

Categories

Categories

Data
GroupId

GroupId

com.gitlab.marvinh
ArtifactId

ArtifactId

database-service
Last Version

Last Version

4.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Database Service
This is a library providing an API for accessing databases via socket connections
Project URL

Project URL

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

Source Code Management

https://gitlab.com/marvinh-tradingsystem/database-service

Download database-service

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.5
org.eclipse.jetty : jetty-server jar 9.4.25.v20191220
org.eclipse.jetty : jetty-webapp jar 9.4.25.v20191220
com.gitlab.marvinh : service jar 3.4.4
com.gitlab.marvinh : database-connector jar 2.3
org.slf4j : slf4j-api jar 1.7.28

test (4)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.28
net.sourceforge.htmlunit : htmlunit jar 2.40.0
org.junit.jupiter : junit-jupiter jar 5.5.2
commons-io : commons-io jar 2.6

Project Modules

There are no modules declared in this project.

Versions

Version
4.0.5
4.0.3
4.0.2
4.0.1
4.0.0
3.6