GroupId | GroupIdxalan |
---|---|
ArtifactId | ArtifactIdxalansamples |
Last Version | Last Version2.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
xalansamples-2.6.0.pom | |
xalansamples-2.6.0.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xalan/xalansamples/ -->
<dependency>
<groupId>xalan</groupId>
<artifactId>xalansamples</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/xalan/xalansamples/
implementation 'xalan:xalansamples:2.6.0'
// https://jarcasting.com/artifacts/xalan/xalansamples/
implementation ("xalan:xalansamples:2.6.0")
'xalan:xalansamples:jar:2.6.0'
<dependency org="xalan" name="xalansamples" rev="2.6.0">
<artifact name="xalansamples" type="jar" />
</dependency>
@Grapes(
@Grab(group='xalan', module='xalansamples', version='2.6.0')
)
libraryDependencies += "xalan" % "xalansamples" % "2.6.0"
[xalan/xalansamples "2.6.0"]