MVN

io.github.material-ui-swing : DarkStackOverflowTheme

Maven & Gradle

Sep 08, 2020
1 usages
1 stars

DarkStackOverflowTheme · implementation of Stack overflow dark theme for material-ui-swing library

<dependency>
    <groupId>io.github.material-ui-swing</groupId>
    <artifactId>DarkStackOverflowTheme</artifactId>
    <version>0.0.1-rc3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.material-ui-swing : DarkStackOverflowTheme to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-rc3
  • Latest Release Candidate: 0.0.1-rc3

All Versions

Choose a version of io.github.material-ui-swing : DarkStackOverflowTheme to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
DarkStackOverflowTheme-0.0.1-rc3
DarkStackOverflowTheme-0.0.1-rc2
DarkStackOverflowTheme-0.0.1-rc1

How to add a dependency to Maven

Add the following io.github.material-ui-swing : DarkStackOverflowTheme maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.material-ui-swing</groupId>
    <artifactId>DarkStackOverflowTheme</artifactId>
    <version>0.0.1-rc3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.material-ui-swing : DarkStackOverflowTheme gradle dependency to your build.gradle file:

implementation 'io.github.material-ui-swing:DarkStackOverflowTheme:0.0.1-rc3'

Gradle Kotlin DSL: Add the following io.github.material-ui-swing : DarkStackOverflowTheme gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.material-ui-swing:DarkStackOverflowTheme:0.0.1-rc3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.material-ui-swing : DarkStackOverflowTheme sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.material-ui-swing" % "DarkStackOverflowTheme" % "0.0.1-rc3"

Advertisement