MVN

net.sf.doolin : doolin-gui

Maven & Gradle

Sep 16, 2011
1 usages

Doolin GUI · This Doolin module is the core of the GUI framework.

<dependency>
    <groupId>net.sf.doolin</groupId>
    <artifactId>doolin-gui</artifactId>
    <version>0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.doolin : doolin-gui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11
  • Latest Release Candidate: 1.0.RC1

All Versions

Choose a version of net.sf.doolin : doolin-gui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
doolin-gui-1.0.RC1
0.11
doolin-gui-0.11

How to add a dependency to Maven

Add the following net.sf.doolin : doolin-gui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.doolin</groupId>
    <artifactId>doolin-gui</artifactId>
    <version>0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.doolin : doolin-gui gradle dependency to your build.gradle file:

implementation 'net.sf.doolin:doolin-gui:0.11'

Gradle Kotlin DSL: Add the following net.sf.doolin : doolin-gui gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.doolin:doolin-gui:0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.doolin : doolin-gui sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.doolin" % "doolin-gui" % "0.11"