MVN

com.github.weisj : darklaf-annotations-processor

Maven & Gradle

Sep 30, 2022
413 stars

Darklaf annotations processor · A themeable Look and Feel for java swing

<dependency>
    <groupId>com.github.weisj</groupId>
    <artifactId>darklaf-annotations-processor</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.weisj : darklaf-annotations-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2

All Versions

Choose a version of com.github.weisj : darklaf-annotations-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
darklaf-annotations-processor-3.0.2
darklaf-annotations-processor-3.0.1
darklaf-annotations-processor-3.0.0
2.7.x
darklaf-annotations-processor-2.7.3
darklaf-annotations-processor-2.7.2
darklaf-annotations-processor-2.7.1
darklaf-annotations-processor-2.7.0
2.6.x
darklaf-annotations-processor-2.6.1
darklaf-annotations-processor-2.6.0
2.5.x
darklaf-annotations-processor-2.5.5
darklaf-annotations-processor-2.5.4
darklaf-annotations-processor-2.5.3
darklaf-annotations-processor-2.5.2
darklaf-annotations-processor-2.5.1
darklaf-annotations-processor-2.5.0
2.4.x
darklaf-annotations-processor-2.4.10
darklaf-annotations-processor-2.4.9
darklaf-annotations-processor-2.4.8
darklaf-annotations-processor-2.4.7
darklaf-annotations-processor-2.4.6
darklaf-annotations-processor-2.4.5
darklaf-annotations-processor-2.4.4
darklaf-annotations-processor-2.4.3
darklaf-annotations-processor-2.4.2
darklaf-annotations-processor-2.4.1

How to add a dependency to Maven

Add the following com.github.weisj : darklaf-annotations-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.weisj</groupId>
    <artifactId>darklaf-annotations-processor</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.weisj : darklaf-annotations-processor gradle dependency to your build.gradle file:

implementation 'com.github.weisj:darklaf-annotations-processor:3.0.2'

Gradle Kotlin DSL: Add the following com.github.weisj : darklaf-annotations-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.weisj:darklaf-annotations-processor:3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.weisj : darklaf-annotations-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.weisj" % "darklaf-annotations-processor" % "3.0.2"

Advertisement