GroupId | GroupIdorg.hisrc.w3c |
---|---|
ArtifactId | ArtifactIdxhtml-v_1_0-strict |
Version | Version1.3.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hisrc.w3c/xhtml-v_1_0-strict/ -->
<dependency>
<groupId>org.hisrc.w3c</groupId>
<artifactId>xhtml-v_1_0-strict</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hisrc.w3c/xhtml-v_1_0-strict/
implementation 'org.hisrc.w3c:xhtml-v_1_0-strict:1.3.1'
// https://jarcasting.com/artifacts/org.hisrc.w3c/xhtml-v_1_0-strict/
implementation ("org.hisrc.w3c:xhtml-v_1_0-strict:1.3.1")
'org.hisrc.w3c:xhtml-v_1_0-strict:jar:1.3.1'
<dependency org="org.hisrc.w3c" name="xhtml-v_1_0-strict" rev="1.3.1">
<artifact name="xhtml-v_1_0-strict" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hisrc.w3c', module='xhtml-v_1_0-strict', version='1.3.1')
)
libraryDependencies += "org.hisrc.w3c" % "xhtml-v_1_0-strict" % "1.3.1"
[org.hisrc.w3c/xhtml-v_1_0-strict "1.3.1"]