License |
License |
---|---|
GroupId | GroupIdcom.github.ricksbrown |
ArtifactId | ArtifactIdxslmin |
Version | Version2.3.0 |
Type | Typejar |
Description |
Descriptionxslmin
An XSLT 1.0 minifier
A tool to minify an XSL file so that it is as compact as possible.
The primary goal of this tool is to compress XSL files used in client side XSLT in web browsers.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xslmin-2.3.0.pom | |
xslmin-2.3.0.jar | 21 KB |
xslmin-2.3.0-sources.jar | 15 KB |
xslmin-2.3.0-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ricksbrown/xslmin/ -->
<dependency>
<groupId>com.github.ricksbrown</groupId>
<artifactId>xslmin</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ricksbrown/xslmin/
implementation 'com.github.ricksbrown:xslmin:2.3.0'
// https://jarcasting.com/artifacts/com.github.ricksbrown/xslmin/
implementation ("com.github.ricksbrown:xslmin:2.3.0")
'com.github.ricksbrown:xslmin:jar:2.3.0'
<dependency org="com.github.ricksbrown" name="xslmin" rev="2.3.0">
<artifact name="xslmin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ricksbrown', module='xslmin', version='2.3.0')
)
libraryDependencies += "com.github.ricksbrown" % "xslmin" % "2.3.0"
[com.github.ricksbrown/xslmin "2.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.9.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |