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