MVN

com.github.spyhunter99 : maven-fluido-darkmode-skin

Maven & Gradle

Mar 09, 2024
0 stars

Apache Maven Fluido Skin · The Apache Maven Fluido Skin is an Apache Maven site skin built on top of Twitter's bootstrap.

<dependency>
    <groupId>com.github.spyhunter99</groupId>
    <artifactId>maven-fluido-darkmode-skin</artifactId>
    <version>1.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.spyhunter99 : maven-fluido-darkmode-skin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.1

All Versions

Choose a version of com.github.spyhunter99 : maven-fluido-darkmode-skin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
maven-fluido-darkmode-skin-1.6.1

How to add a dependency to Maven

Add the following com.github.spyhunter99 : maven-fluido-darkmode-skin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.spyhunter99</groupId>
    <artifactId>maven-fluido-darkmode-skin</artifactId>
    <version>1.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.spyhunter99 : maven-fluido-darkmode-skin gradle dependency to your build.gradle file:

implementation 'com.github.spyhunter99:maven-fluido-darkmode-skin:1.6.1'

Gradle Kotlin DSL: Add the following com.github.spyhunter99 : maven-fluido-darkmode-skin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.spyhunter99:maven-fluido-darkmode-skin:1.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.spyhunter99 : maven-fluido-darkmode-skin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.spyhunter99" % "maven-fluido-darkmode-skin" % "1.6.1"