MVN

com.github.bibsysdev : clients

Maven & Gradle

Aug 21, 2023
2 stars

clients · A commons library for the NVA project

<dependency>
    <groupId>com.github.bibsysdev</groupId>
    <artifactId>clients</artifactId>
    <version>1.31.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.bibsysdev : clients to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.31.5

All Versions

Choose a version of com.github.bibsysdev : clients to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.31.x
clients-1.31.5
clients-1.31.4
clients-1.31.3
clients-1.31.2
clients-1.31.1
clients-1.31.0
1.30.x
clients-1.30.5
clients-1.30.4
clients-1.30.3
clients-1.30.2
clients-1.30.1
clients-1.30.0
1.29.x
clients-1.29.4
clients-1.29.3
clients-1.29.2
clients-1.29.1
clients-1.29.0
1.28.x
clients-1.28.6
clients-1.28.5
clients-1.28.4
clients-1.28.3
clients-1.28.2
clients-1.28.1
clients-1.28.0
1.27.x
clients-1.27.12
clients-1.27.11
clients-1.27.10
clients-1.27.9
clients-1.27.8
clients-1.27.7

How to add a dependency to Maven

Add the following com.github.bibsysdev : clients maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.bibsysdev</groupId>
    <artifactId>clients</artifactId>
    <version>1.31.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.bibsysdev : clients gradle dependency to your build.gradle file:

implementation 'com.github.bibsysdev:clients:1.31.5'

Gradle Kotlin DSL: Add the following com.github.bibsysdev : clients gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.bibsysdev:clients:1.31.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.bibsysdev : clients sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.bibsysdev" % "clients" % "1.31.5"

Advertisement