Files download
File Operation
ph-schematron-pure-8.0.2.jar download
ph-schematron-pure-8.0.2.pom download
ph-schematron-pure-8.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.helger.schematron</groupId>
  <artifactId>ph-schematron-pure</artifactId>
  <version>8.0.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.helger.schematron:ph-schematron-pure:8.0.2'
Gradle Kotlin
implementation("com.helger.schematron:ph-schematron-pure:8.0.2")
Scala SBT
libraryDependencies += "com.helger.schematron" % "ph-schematron-pure" % "8.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.helger.schematron', module='ph-schematron-pure', version='8.0.2')
)
Apache Ivy
<dependency org="com.helger.schematron" name="ph-schematron-pure" rev="8.0.2" />
Leiningen
[com.helger.schematron/ph-schematron-pure "8.0.2"]
Apache Buildr
'com.helger.schematron:ph-schematron-pure:jar:8.0.2'