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