MVN

com.imsweb : seerutils-gui

Maven & Gradle

Oct 06, 2021
2 usages
0 stars

SEER*Utils GUI · Shared Swing library for the SEER Java projects.

<dependency>
    <groupId>com.imsweb</groupId>
    <artifactId>seerutils-gui</artifactId>
    <version>1.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.imsweb : seerutils-gui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.19

All Versions

Choose a version of com.imsweb : seerutils-gui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.19
seerutils-gui-1.19
1.18
seerutils-gui-1.18
1.17
seerutils-gui-1.17
1.16
seerutils-gui-1.16
1.15
seerutils-gui-1.15
1.14
seerutils-gui-1.14
1.13
seerutils-gui-1.13
1.12
seerutils-gui-1.12
1.11
seerutils-gui-1.11
1.10
seerutils-gui-1.10

How to add a dependency to Maven

Add the following com.imsweb : seerutils-gui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.imsweb</groupId>
    <artifactId>seerutils-gui</artifactId>
    <version>1.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.imsweb : seerutils-gui gradle dependency to your build.gradle file:

implementation 'com.imsweb:seerutils-gui:1.19'

Gradle Kotlin DSL: Add the following com.imsweb : seerutils-gui gradle kotlin dependency to your build.gradle.kts file:

implementation("com.imsweb:seerutils-gui:1.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.imsweb : seerutils-gui sbt scala dependency to your build.sbt file:

libraryDependencies += "com.imsweb" % "seerutils-gui" % "1.19"

Advertisement