MVN

org.drombler.commons : drombler-commons-client-docking

Maven & Gradle

Feb 25, 2015
1 usages

Drombler Commons - Client - Docking · Drombler Commons - Client - Docking provides some utility classes and frameworks to help building a client side docking framework.

<dependency>
    <groupId>org.drombler.commons</groupId>
    <artifactId>drombler-commons-client-docking</artifactId>
    <version>0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.drombler.commons : drombler-commons-client-docking to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6

All Versions

Choose a version of org.drombler.commons : drombler-commons-client-docking to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6
drombler-commons-client-docking-0.6
0.5
drombler-commons-client-docking-0.5
0.4
drombler-commons-client-docking-0.4
0.3
drombler-commons-client-docking-0.3

How to add a dependency to Maven

Add the following org.drombler.commons : drombler-commons-client-docking maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.drombler.commons</groupId>
    <artifactId>drombler-commons-client-docking</artifactId>
    <version>0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.drombler.commons : drombler-commons-client-docking gradle dependency to your build.gradle file:

implementation 'org.drombler.commons:drombler-commons-client-docking:0.6'

Gradle Kotlin DSL: Add the following org.drombler.commons : drombler-commons-client-docking gradle kotlin dependency to your build.gradle.kts file:

implementation("org.drombler.commons:drombler-commons-client-docking:0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.drombler.commons : drombler-commons-client-docking sbt scala dependency to your build.sbt file:

libraryDependencies += "org.drombler.commons" % "drombler-commons-client-docking" % "0.6"