MVN

top.marchand.xml.libraries : demo

Maven & Gradle

Nov 24, 2017
0 stars

Demo Xsl library · A simple library, to show how to include a foreign XSL

<dependency>
    <groupId>top.marchand.xml.libraries</groupId>
    <artifactId>demo</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.marchand.xml.libraries : demo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of top.marchand.xml.libraries : demo to add to Maven or Gradle - All Versions:

  • Version Updated
  • demo-1.1

    Nov 24, 2017
  • demo-1.0

    Nov 24, 2017

How to add a dependency to Maven

Add the following top.marchand.xml.libraries : demo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.marchand.xml.libraries</groupId>
    <artifactId>demo</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.marchand.xml.libraries : demo gradle dependency to your build.gradle file:

implementation 'top.marchand.xml.libraries:demo:1.1'

Gradle Kotlin DSL: Add the following top.marchand.xml.libraries : demo gradle kotlin dependency to your build.gradle.kts file:

implementation("top.marchand.xml.libraries:demo:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.marchand.xml.libraries : demo sbt scala dependency to your build.sbt file:

libraryDependencies += "top.marchand.xml.libraries" % "demo" % "1.1"