MVN

de.matrixweb.smaller : client-common

Maven & Gradle

Apr 06, 2014

Smaller :: Clients :: Common

<dependency>
    <groupId>de.matrixweb.smaller</groupId>
    <artifactId>client-common</artifactId>
    <version>0.8.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.matrixweb.smaller : client-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.8

All Versions

Choose a version of de.matrixweb.smaller : client-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
client-common-0.8.8
client-common-0.8.7
client-common-0.8.6
client-common-0.8.5
client-common-0.8.4
client-common-0.8.3
client-common-0.8.2
client-common-0.8.1
client-common-0.8.0
0.7.x
client-common-0.7.0
0.6.x
client-common-0.6.3
client-common-0.6.2
client-common-0.6.1
client-common-0.6.0
0.5.x
client-common-0.5.3
client-common-0.5.2
client-common-0.5.1
client-common-0.5.0

How to add a dependency to Maven

Add the following de.matrixweb.smaller : client-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.matrixweb.smaller</groupId>
    <artifactId>client-common</artifactId>
    <version>0.8.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.matrixweb.smaller : client-common gradle dependency to your build.gradle file:

implementation 'de.matrixweb.smaller:client-common:0.8.8'

Gradle Kotlin DSL: Add the following de.matrixweb.smaller : client-common gradle kotlin dependency to your build.gradle.kts file:

implementation("de.matrixweb.smaller:client-common:0.8.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.matrixweb.smaller : client-common sbt scala dependency to your build.sbt file:

libraryDependencies += "de.matrixweb.smaller" % "client-common" % "0.8.8"