MVN

com.gitlab.marvinh : database-service

Maven & Gradle

Jun 08, 2020
1 usages

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

<dependency>
    <groupId>com.gitlab.marvinh</groupId>
    <artifactId>database-service</artifactId>
    <version>4.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitlab.marvinh : database-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.5

All Versions

Choose a version of com.gitlab.marvinh : database-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
database-service-4.0.5
database-service-4.0.3
database-service-4.0.2
database-service-4.0.1
database-service-4.0.0
3.6
database-service-3.6

How to add a dependency to Maven

Add the following com.gitlab.marvinh : database-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitlab.marvinh</groupId>
    <artifactId>database-service</artifactId>
    <version>4.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitlab.marvinh : database-service gradle dependency to your build.gradle file:

implementation 'com.gitlab.marvinh:database-service:4.0.5'

Gradle Kotlin DSL: Add the following com.gitlab.marvinh : database-service gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitlab.marvinh:database-service:4.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitlab.marvinh : database-service sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitlab.marvinh" % "database-service" % "4.0.5"

Advertisement