Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdname.dmaus.schxslt |
ArtifactId | ArtifactIdschematron-conformance |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
schematron-conformance-1.0.pom | |
schematron-conformance-1.0.jar | 33 KB |
schematron-conformance-1.0-sources.jar | 33 KB |
schematron-conformance-1.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/name.dmaus.schxslt/schematron-conformance/ -->
<dependency>
<groupId>name.dmaus.schxslt</groupId>
<artifactId>schematron-conformance</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/name.dmaus.schxslt/schematron-conformance/
implementation 'name.dmaus.schxslt:schematron-conformance:1.0'
// https://jarcasting.com/artifacts/name.dmaus.schxslt/schematron-conformance/
implementation ("name.dmaus.schxslt:schematron-conformance:1.0")
'name.dmaus.schxslt:schematron-conformance:jar:1.0'
<dependency org="name.dmaus.schxslt" name="schematron-conformance" rev="1.0">
<artifact name="schematron-conformance" type="jar" />
</dependency>
@Grapes(
@Grab(group='name.dmaus.schxslt', module='schematron-conformance', version='1.0')
)
libraryDependencies += "name.dmaus.schxslt" % "schematron-conformance" % "1.0"
[name.dmaus.schxslt/schematron-conformance "1.0"]