This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
Closure Stylesheets 1.3.0
Packaging changes since 1.2.0:
- bb4ce4d Closure stylesheets builds using Apache Maven. See the updated instructions for building from source.
closure-stylesheets-library.jar
in this release contains no dependencies.closure-stylesheets.jar
is still a runnable JAR that contains all of the dependencies.- Every release from now on will be pushed to Maven Central. This version can be accessed with:
<dependency>
<groupId>com.google.closure-stylesheets</groupId>
<artifactId>closure-stylesheets</artifactId>
<version>1.3.0</version>
</dependency>
To find the latest version see maven central.
Improvements since 1.2.0: