GroupId | GroupIdtop.marchand.xml |
---|---|
ArtifactId | ArtifactIdxsl-doc |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
xsl-doc-1.7.pom | |
xsl-doc-1.7.jar | 30 KB |
xsl-doc-1.7-sources.jar | 24 KB |
xsl-doc-1.7-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.marchand.xml/xsl-doc/ -->
<dependency>
<groupId>top.marchand.xml</groupId>
<artifactId>xsl-doc</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/top.marchand.xml/xsl-doc/
implementation 'top.marchand.xml:xsl-doc:1.7'
// https://jarcasting.com/artifacts/top.marchand.xml/xsl-doc/
implementation ("top.marchand.xml:xsl-doc:1.7")
'top.marchand.xml:xsl-doc:jar:1.7'
<dependency org="top.marchand.xml" name="xsl-doc" rev="1.7">
<artifact name="xsl-doc" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.marchand.xml', module='xsl-doc', version='1.7')
)
libraryDependencies += "top.marchand.xml" % "xsl-doc" % "1.7"
[top.marchand.xml/xsl-doc "1.7"]