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