MVN

com.github.cycladessoa.nyxlets : xsl

Maven & Gradle

Dec 27, 2013
3 stars

Cyclades Nyxlet for XSL · XSL Nyxlet used within Cyclades

<dependency>
    <groupId>com.github.cycladessoa.nyxlets</groupId>
    <artifactId>xsl</artifactId>
    <version>1.0.0.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cycladessoa.nyxlets : xsl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.31

All Versions

Choose a version of com.github.cycladessoa.nyxlets : xsl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
xsl-1.0.0.31
xsl-1.0.0.29
xsl-1.0.0.28
xsl-1.0.0.27
xsl-1.0.0.26
xsl-1.0.0.25
xsl-1.0.0.24
xsl-1.0.0.23
xsl-1.0.0.22
xsl-1.0.0.21
xsl-1.0.0.20
xsl-1.0.0.19
xsl-1.0.0.18
xsl-1.0.0.17
xsl-1.0.0.16
xsl-1.0.0.15
xsl-1.0.0.14
xsl-1.0.0.13
xsl-1.0.0.12
xsl-1.0.0.11
xsl-1.0.0.10
xsl-1.0.0.9
xsl-1.0.0.8
xsl-1.0.0.7
xsl-1.0.0.6
xsl-1.0.0.5
xsl-1.0.0.4
xsl-1.0.0.3
xsl-1.0.0.2

How to add a dependency to Maven

Add the following com.github.cycladessoa.nyxlets : xsl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.cycladessoa.nyxlets</groupId>
    <artifactId>xsl</artifactId>
    <version>1.0.0.31</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cycladessoa.nyxlets : xsl gradle dependency to your build.gradle file:

implementation 'com.github.cycladessoa.nyxlets:xsl:1.0.0.31'

Gradle Kotlin DSL: Add the following com.github.cycladessoa.nyxlets : xsl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cycladessoa.nyxlets:xsl:1.0.0.31")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cycladessoa.nyxlets : xsl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cycladessoa.nyxlets" % "xsl" % "1.0.0.31"