<dependency> <groupId>com.phloc</groupId> <artifactId>phloc-schematron</artifactId> <version>2.7.0</version> <type>bundle</type> </dependency>
implementation 'com.phloc:phloc-schematron:2.7.0'
implementation("com.phloc:phloc-schematron:2.7.0")
libraryDependencies += "com.phloc" % "phloc-schematron" % "2.7.0"
@Grapes( @Grab(group='com.phloc', module='phloc-schematron', version='2.7.0') )
<dependency org="com.phloc" name="phloc-schematron" rev="2.7.0" />
[com.phloc/phloc-schematron "2.7.0"]
'com.phloc:phloc-schematron:jar:2.7.0'
<parent> <groupId>com.phloc</groupId> <artifactId>parent-pom</artifactId> <version>23.1</version> </parent>
compile
|-- com.phloc:phloc-commons:4.3.3
|-- net.sf.saxon:Saxon-HE:9.5.1-5
test
|-- com.phloc:phloc-schematron-testfiles:1.0.2
|-- org.slf4j:slf4j-simple