MVN

net.sulea.cristian : maven-skin-stylus-1.5-custom

Maven & Gradle

Sep 29, 2015
0 stars

Customized v.1.5 Maven Stylus Skin · A customization of v.1.5 Maven Stylus Skin.

<dependency>
    <groupId>net.sulea.cristian</groupId>
    <artifactId>maven-skin-stylus-1.5-custom</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sulea.cristian : maven-skin-stylus-1.5-custom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of net.sulea.cristian : maven-skin-stylus-1.5-custom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
maven-skin-stylus-1.5-custom-1.3
1.2
maven-skin-stylus-1.5-custom-1.2

How to add a dependency to Maven

Add the following net.sulea.cristian : maven-skin-stylus-1.5-custom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sulea.cristian</groupId>
    <artifactId>maven-skin-stylus-1.5-custom</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sulea.cristian : maven-skin-stylus-1.5-custom gradle dependency to your build.gradle file:

implementation 'net.sulea.cristian:maven-skin-stylus-1.5-custom:1.3'

Gradle Kotlin DSL: Add the following net.sulea.cristian : maven-skin-stylus-1.5-custom gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sulea.cristian:maven-skin-stylus-1.5-custom:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sulea.cristian : maven-skin-stylus-1.5-custom sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sulea.cristian" % "maven-skin-stylus-1.5-custom" % "1.3"

Advertisement