p

ph-schematron-parent-pom

Base POM to build the ph-schematron projects
https://github.com/phax/ph-schematron
Apache 2
Philip Helger
Philip Helger
Files download
File Operation
ph-schematron-parent-pom-6.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.helger.schematron</groupId>
  <artifactId>ph-schematron-parent-pom</artifactId>
  <version>6.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.helger.schematron:ph-schematron-parent-pom:6.1.0'
Gradle Kotlin
implementation("com.helger.schematron:ph-schematron-parent-pom:6.1.0")
Scala SBT
libraryDependencies += "com.helger.schematron" % "ph-schematron-parent-pom" % "6.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.helger.schematron', module='ph-schematron-parent-pom', version='6.1.0')
)
Apache Ivy
<dependency org="com.helger.schematron" name="ph-schematron-parent-pom" rev="6.1.0" />
Leiningen
[com.helger.schematron/ph-schematron-parent-pom "6.1.0"]
Apache Buildr
'com.helger.schematron:ph-schematron-parent-pom:jar:6.1.0'