文件下载
文件名 操作
ph-schematron-pure-6.2.3.jar 下载
ph-schematron-pure-6.2.3.pom 下载
ph-schematron-pure-6.2.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.helger.schematron</groupId>
  <artifactId>ph-schematron-pure</artifactId>
  <version>6.2.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.helger.schematron:ph-schematron-pure:6.2.3'
Gradle Kotlin
implementation("com.helger.schematron:ph-schematron-pure:6.2.3")
Scala SBT
libraryDependencies += "com.helger.schematron" % "ph-schematron-pure" % "6.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.helger.schematron', module='ph-schematron-pure', version='6.2.3')
)
Apache Ivy
<dependency org="com.helger.schematron" name="ph-schematron-pure" rev="6.2.3" />
Leiningen
[com.helger.schematron/ph-schematron-pure "6.2.3"]
Apache Buildr
'com.helger.schematron:ph-schematron-pure:jar:6.2.3'