d

demo

A simple library, to show how to include a foreign XSL
https://github.com/cmarchand/demo-library
MPL 2.0
Christophe Marchand
文件下载
文件名 操作
demo-1.1.jar 下载
demo-1.1.pom 下载
demo-1.1-sources.jar 下载
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'
本项目依赖
该项目无第三方依赖