Files download
File Operation
schxslt-parent-1.6.pom download
Apache Maven
<dependency>
  <groupId>name.dmaus.schxslt</groupId>
  <artifactId>schxslt-parent</artifactId>
  <version>1.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'name.dmaus.schxslt:schxslt-parent:1.6'
Gradle Kotlin
implementation("name.dmaus.schxslt:schxslt-parent:1.6")
Scala SBT
libraryDependencies += "name.dmaus.schxslt" % "schxslt-parent" % "1.6"
Groovy Grape
@Grapes(
  @Grab(group='name.dmaus.schxslt', module='schxslt-parent', version='1.6')
)
Apache Ivy
<dependency org="name.dmaus.schxslt" name="schxslt-parent" rev="1.6" />
Leiningen
[name.dmaus.schxslt/schxslt-parent "1.6"]
Apache Buildr
'name.dmaus.schxslt:schxslt-parent:jar:1.6'
Dependencies
The project has no third-party dependencies