MVN

dev.lcdsmao.jettheme : jettheme-material

Maven & Gradle

Sep 11, 2021
53 stars

JetTheme Material · Material design wrapper for JetTheme.

<dependency>
    <groupId>dev.lcdsmao.jettheme</groupId>
    <artifactId>jettheme-material</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.lcdsmao.jettheme : jettheme-material to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0
  • Latest Alpha: 1.0.0-alpha06

All Versions

Choose a version of dev.lcdsmao.jettheme : jettheme-material to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jettheme-material-1.0.0
jettheme-material-1.0.0-alpha06

How to add a dependency to Maven

Add the following dev.lcdsmao.jettheme : jettheme-material maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.lcdsmao.jettheme</groupId>
    <artifactId>jettheme-material</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.lcdsmao.jettheme : jettheme-material gradle dependency to your build.gradle file:

implementation 'dev.lcdsmao.jettheme:jettheme-material:1.0.0'

Gradle Kotlin DSL: Add the following dev.lcdsmao.jettheme : jettheme-material gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.lcdsmao.jettheme:jettheme-material:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.lcdsmao.jettheme : jettheme-material sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.lcdsmao.jettheme" % "jettheme-material" % "1.0.0"

Advertisement