MVN

net.anwiba.commons.swing.icons : org.oxygen.oxygen-icons

Maven & Gradle

Oct 23, 2022
1 usages
5 stars

commons oxygen icons · oxygen icons deployment project

<dependency>
    <groupId>net.anwiba.commons.swing.icons</groupId>
    <artifactId>org.oxygen.oxygen-icons</artifactId>
    <version>4.13.0-1.2.50</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.anwiba.commons.swing.icons : org.oxygen.oxygen-icons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.13.0-1.2.50

All Versions

Choose a version of net.anwiba.commons.swing.icons : org.oxygen.oxygen-icons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.13.x
org.oxygen.oxygen-icons-4.13.0-1.2.50
org.oxygen.oxygen-icons-4.13.0-1.1.158
org.oxygen.oxygen-icons-4.13.0-1.1.121
org.oxygen.oxygen-icons-4.13.0-1.0.185
org.oxygen.oxygen-icons-4.13.0-1.0.180
org.oxygen.oxygen-icons-4.13.0-1.0.154
org.oxygen.oxygen-icons-4.13.0-1.0.140
org.oxygen.oxygen-icons-4.13.0-1.0.126
org.oxygen.oxygen-icons-4.13.0-1.0.76
org.oxygen.oxygen-icons-4.13.0-1.0.68
org.oxygen.oxygen-icons-4.13.0-1.0.64
org.oxygen.oxygen-icons-4.13.0-1.0.58
org.oxygen.oxygen-icons-4.13.0-1.0.52
org.oxygen.oxygen-icons-4.13.0-1.0.48
org.oxygen.oxygen-icons-4.13.0-1.0.25
1.0.x
org.oxygen.oxygen-icons-1.0.24

How to add a dependency to Maven

Add the following net.anwiba.commons.swing.icons : org.oxygen.oxygen-icons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.anwiba.commons.swing.icons</groupId>
    <artifactId>org.oxygen.oxygen-icons</artifactId>
    <version>4.13.0-1.2.50</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.anwiba.commons.swing.icons : org.oxygen.oxygen-icons gradle dependency to your build.gradle file:

implementation 'net.anwiba.commons.swing.icons:org.oxygen.oxygen-icons:4.13.0-1.2.50'

Gradle Kotlin DSL: Add the following net.anwiba.commons.swing.icons : org.oxygen.oxygen-icons gradle kotlin dependency to your build.gradle.kts file:

implementation("net.anwiba.commons.swing.icons:org.oxygen.oxygen-icons:4.13.0-1.2.50")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.anwiba.commons.swing.icons : org.oxygen.oxygen-icons sbt scala dependency to your build.sbt file:

libraryDependencies += "net.anwiba.commons.swing.icons" % "org.oxygen.oxygen-icons" % "4.13.0-1.2.50"

Advertisement