MVN

net.sf.doolin : doolin-guitemplate

Maven & Gradle

Sep 16, 2011

Doolin GUI Template · This module provides templating components for the Doolin-GUI module.

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

Latest Version

Choose a version of net.sf.doolin : doolin-guitemplate 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-guitemplate to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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