MVN

com.axisapplications : oxygen-icons5-pack

Maven & Gradle

Nov 12, 2019
0 stars

Oxygen Icons5 Thumbnails Pack · RedHat's Oxygen Icons5 theme as a jar dependency with ready-to-use icons in png and jpeg formats in the following resolutions: 8x8, 16x16, 22x22, 32x32, 48x48, 64x64, 128x128, 256x256, 512x512. Project forked from https://github.com/KDE/oxygen-icons5/

<dependency>
    <groupId>com.axisapplications</groupId>
    <artifactId>oxygen-icons5-pack</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.axisapplications : oxygen-icons5-pack to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.axisapplications : oxygen-icons5-pack to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
oxygen-icons5-pack-1.0.1
oxygen-icons5-pack-1.0.0

How to add a dependency to Maven

Add the following com.axisapplications : oxygen-icons5-pack maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.axisapplications</groupId>
    <artifactId>oxygen-icons5-pack</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.axisapplications : oxygen-icons5-pack gradle dependency to your build.gradle file:

implementation 'com.axisapplications:oxygen-icons5-pack:1.0.1'

Gradle Kotlin DSL: Add the following com.axisapplications : oxygen-icons5-pack gradle kotlin dependency to your build.gradle.kts file:

implementation("com.axisapplications:oxygen-icons5-pack:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.axisapplications : oxygen-icons5-pack sbt scala dependency to your build.sbt file:

libraryDependencies += "com.axisapplications" % "oxygen-icons5-pack" % "1.0.1"

Advertisement