MVN

net.sf.grinder : grinder-swing-console

Maven & Gradle

Oct 24, 2012
1 usages

Swing console for The Grinder.

<dependency>
    <groupId>net.sf.grinder</groupId>
    <artifactId>grinder-swing-console</artifactId>
    <version>3.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.grinder : grinder-swing-console to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.11

All Versions

Choose a version of net.sf.grinder : grinder-swing-console to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.11
grinder-swing-console-3.11

How to add a dependency to Maven

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

<dependency>
    <groupId>net.sf.grinder</groupId>
    <artifactId>grinder-swing-console</artifactId>
    <version>3.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.grinder : grinder-swing-console gradle dependency to your build.gradle file:

implementation 'net.sf.grinder:grinder-swing-console:3.11'

Gradle Kotlin DSL: Add the following net.sf.grinder : grinder-swing-console gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.grinder:grinder-swing-console:3.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.grinder : grinder-swing-console sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.grinder" % "grinder-swing-console" % "3.11"

Advertisement