MVN

org.dominokit : theme-processor

Maven & Gradle

Jul 23, 2023
190 stars

theme-processor

<dependency>
    <groupId>org.dominokit</groupId>
    <artifactId>theme-processor</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dominokit : theme-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1
  • Latest Release Candidate: 1.0.0-RC19

All Versions

Choose a version of org.dominokit : theme-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
theme-processor-1.0.1
theme-processor-1.0.0
theme-processor-1.0.0-RC19
theme-processor-1.0.0-RC18
theme-processor-1.0.0-RC17
theme-processor-1.0.0-RC16
theme-processor-1.0.0-RC15
theme-processor-1.0.0-RC14
theme-processor-1.0.0-RC13
theme-processor-1.0.0-RC12
theme-processor-1.0.0-RC11
theme-processor-1.0.0-RC10
theme-processor-1.0.0-RC9
theme-processor-1.0.0-RC8
theme-processor-1.0.0-RC7
theme-processor-1.0.0-RC6
theme-processor-1.0.0-RC5
theme-processor-1.0.0-RC4
theme-processor-1.0.0-RC3
theme-processor-1.0.0-RC2
theme-processor-1.0.0-RC1

How to add a dependency to Maven

Add the following org.dominokit : theme-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dominokit</groupId>
    <artifactId>theme-processor</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dominokit : theme-processor gradle dependency to your build.gradle file:

implementation 'org.dominokit:theme-processor:1.0.1'

Gradle Kotlin DSL: Add the following org.dominokit : theme-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dominokit:theme-processor:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dominokit : theme-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dominokit" % "theme-processor" % "1.0.1"

Advertisement