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.1.jar download
demo-1.1.pom download
demo-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>top.marchand.xml.libraries</groupId>
  <artifactId>demo</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'top.marchand.xml.libraries:demo:1.1'
Gradle Kotlin
implementation("top.marchand.xml.libraries:demo:1.1")
Scala SBT
libraryDependencies += "top.marchand.xml.libraries" % "demo" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='top.marchand.xml.libraries', module='demo', version='1.1')
)
Apache Ivy
<dependency org="top.marchand.xml.libraries" name="demo" rev="1.1" />
Leiningen
[top.marchand.xml.libraries/demo "1.1"]
Apache Buildr
'top.marchand.xml.libraries:demo:jar:1.1'
Dependencies
The project has no third-party dependencies