d

demo

A simple library, to show how to include a foreign XSL
https://github.com/cmarchand/demo-library
MPL 2.0
Christophe Marchand
Files download
File Operation
demo-1.0.jar download
demo-1.0.pom download
Apache Maven
<dependency>
  <groupId>top.marchand.xml.libraries</groupId>
  <artifactId>demo</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'top.marchand.xml.libraries:demo:1.0'
Gradle Kotlin
implementation("top.marchand.xml.libraries:demo:1.0")
Scala SBT
libraryDependencies += "top.marchand.xml.libraries" % "demo" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='top.marchand.xml.libraries', module='demo', version='1.0')
)
Apache Ivy
<dependency org="top.marchand.xml.libraries" name="demo" rev="1.0" />
Leiningen
[top.marchand.xml.libraries/demo "1.0"]
Apache Buildr
'top.marchand.xml.libraries:demo:jar:1.0'
Dependencies
The project has no third-party dependencies