MVN

org.floggy : site-skin

Maven & Gradle

Feb 12, 2011

Floggy's Skin Web Site · The skin of the Floggy's web site.

<dependency>
    <groupId>org.floggy</groupId>
    <artifactId>site-skin</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.floggy : site-skin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of org.floggy : site-skin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
site-skin-0.0.2

How to add a dependency to Maven

Add the following org.floggy : site-skin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.floggy</groupId>
    <artifactId>site-skin</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.floggy : site-skin gradle dependency to your build.gradle file:

implementation 'org.floggy:site-skin:0.0.2'

Gradle Kotlin DSL: Add the following org.floggy : site-skin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.floggy:site-skin:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.floggy : site-skin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.floggy" % "site-skin" % "0.0.2"