License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.gitlab.marvinh |
ArtifactId | ArtifactIddatabase-service |
Version | Version4.0.5 |
Type | Typejar |
Description |
DescriptionDatabase Service
This is a library providing an API for accessing databases via socket connections
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
database-service-4.0.5.pom | |
database-service-4.0.5.jar | 30 KB |
database-service-4.0.5-sources.jar | 15 KB |
database-service-4.0.5-javadoc.jar | 500 KB |
Browse |
<!-- 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"]
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 |
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 |