MVN

org.softsmithy.lib : softsmithy-lib-awt

Maven & Gradle

Dec 03, 2019
2 usages

SoftSmithy Utility Library - AWT · An AWT utility library.

<dependency>
    <groupId>org.softsmithy.lib</groupId>
    <artifactId>softsmithy-lib-awt</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.softsmithy.lib : softsmithy-lib-awt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of org.softsmithy.lib : softsmithy-lib-awt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
softsmithy-lib-awt-2.1.1
2.1
softsmithy-lib-awt-2.1
2.0
softsmithy-lib-awt-2.0
1.1.x
softsmithy-lib-awt-1.1.1
1.0
softsmithy-lib-awt-1.0
0.9
softsmithy-lib-awt-0.9
0.8
softsmithy-lib-awt-0.8
0.7
softsmithy-lib-awt-0.7
0.6
softsmithy-lib-awt-0.6
0.5
softsmithy-lib-awt-0.5
0.4
softsmithy-lib-awt-0.4
0.3
softsmithy-lib-awt-0.3

How to add a dependency to Maven

Add the following org.softsmithy.lib : softsmithy-lib-awt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.softsmithy.lib</groupId>
    <artifactId>softsmithy-lib-awt</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.softsmithy.lib : softsmithy-lib-awt gradle dependency to your build.gradle file:

implementation 'org.softsmithy.lib:softsmithy-lib-awt:2.1.1'

Gradle Kotlin DSL: Add the following org.softsmithy.lib : softsmithy-lib-awt gradle kotlin dependency to your build.gradle.kts file:

implementation("org.softsmithy.lib:softsmithy-lib-awt:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.softsmithy.lib : softsmithy-lib-awt sbt scala dependency to your build.sbt file:

libraryDependencies += "org.softsmithy.lib" % "softsmithy-lib-awt" % "2.1.1"

Advertisement