MVN

edu.cnu.cs : gooey

Maven & Gradle

Mar 07, 2019
3 stars

Gooey · Gooey is a lean jUnit testing library for Java Swing applications.

<dependency>
    <groupId>edu.cnu.cs</groupId>
    <artifactId>gooey</artifactId>
    <version>1.0.11.05</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.cnu.cs : gooey to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.11.05

All Versions

Choose a version of edu.cnu.cs : gooey to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
gooey-1.8.0
1.0.x
gooey-1.0.11.05
gooey-1.0.0

How to add a dependency to Maven

Add the following edu.cnu.cs : gooey maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.cnu.cs</groupId>
    <artifactId>gooey</artifactId>
    <version>1.0.11.05</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.cnu.cs : gooey gradle dependency to your build.gradle file:

implementation 'edu.cnu.cs:gooey:1.0.11.05'

Gradle Kotlin DSL: Add the following edu.cnu.cs : gooey gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.cnu.cs:gooey:1.0.11.05")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.cnu.cs : gooey sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.cnu.cs" % "gooey" % "1.0.11.05"

Advertisement