MVN

net.sf.jguard : jguard-swing-example

Maven & Gradle

Mar 28, 2009

TRUNK jGuard Swing example

<dependency>
    <groupId>net.sf.jguard</groupId>
    <artifactId>jguard-swing-example</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.4
  • Latest Beta: 1.1.0-beta-4

All Versions

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

Version Vulnerabilities Updated
1.1.x
jguard-swing-example-1.1.0-beta-4
jguard-swing-example-1.1.0-beta-3
jguard-swing-example-1.1.0-beta-2
jguard-swing-example-1.1.0-beta1
1.0.x
jguard-swing-example-1.0.4
jguard-swing-example-1.0.3
jguard-swing-example-1.0.2
jguard-swing-example-1.0.0
1.00
jguard-swing-example-1.00-beta-1

How to add a dependency to Maven

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

<dependency>
    <groupId>net.sf.jguard</groupId>
    <artifactId>jguard-swing-example</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.sf.jguard:jguard-swing-example:1.0.4'

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

implementation("net.sf.jguard:jguard-swing-example:1.0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.sf.jguard" % "jguard-swing-example" % "1.0.4"

Advertisement