MVN

org.pushing-pixels : aurora-theming

Maven & Gradle

Dec 01, 2022
550 stars

Aurora Theming · Building modern, elegant and fast desktop Compose applications

<dependency>
    <groupId>org.pushing-pixels</groupId>
    <artifactId>aurora-theming</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.pushing-pixels : aurora-theming to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0
  • Latest Release Candidate: 1.0.0-rc3
  • Latest Beta: 1.0.0-beta5

All Versions

Choose a version of org.pushing-pixels : aurora-theming to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
aurora-theming-1.3.0
1.2.x
aurora-theming-1.2.0
1.1.x
aurora-theming-1.1.0
1.0.x
aurora-theming-1.0.1
aurora-theming-1.0.0
aurora-theming-1.0.0-rc3
aurora-theming-1.0.0-rc2
aurora-theming-1.0.0-rc1
aurora-theming-1.0.0-beta5
aurora-theming-1.0.0-beta4
aurora-theming-1.0.0-beta3
aurora-theming-1.0.0-beta2
aurora-theming-1.0.0-beta1

How to add a dependency to Maven

Add the following org.pushing-pixels : aurora-theming maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.pushing-pixels</groupId>
    <artifactId>aurora-theming</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.pushing-pixels : aurora-theming gradle dependency to your build.gradle file:

implementation 'org.pushing-pixels:aurora-theming:1.3.0'

Gradle Kotlin DSL: Add the following org.pushing-pixels : aurora-theming gradle kotlin dependency to your build.gradle.kts file:

implementation("org.pushing-pixels:aurora-theming:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.pushing-pixels : aurora-theming sbt scala dependency to your build.sbt file:

libraryDependencies += "org.pushing-pixels" % "aurora-theming" % "1.3.0"