o

org.liveSense.framework.wro4j

liveSense WRO4J framework. WRO4J is Free and Open Source Java project which brings together almost all the modern web tools: JsHint, CssLint, JsMin, Google Closure compressor, YUI Compressor, UglifyJs, Dojo Shrinksafe, Css Variables Support, JSON Compression, Less, Sass, CoffeeScript and much more. In the same time, the aim is to keep it as simple as possible and as extensible as possible in order to be easily adapted to application specific needs.
Files download
File Operation
org.liveSense.framework.wro4j-1.0.5.jar download
org.liveSense.framework.wro4j-1.0.5.pom download
org.liveSense.framework.wro4j-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.livesense</groupId>
  <artifactId>org.liveSense.framework.wro4j</artifactId>
  <version>1.0.5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.livesense:org.liveSense.framework.wro4j:1.0.5'
Gradle Kotlin
implementation("com.github.livesense:org.liveSense.framework.wro4j:1.0.5")
Scala SBT
libraryDependencies += "com.github.livesense" % "org.liveSense.framework.wro4j" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.livesense', module='org.liveSense.framework.wro4j', version='1.0.5')
)
Apache Ivy
<dependency org="com.github.livesense" name="org.liveSense.framework.wro4j" rev="1.0.5" />
Leiningen
[com.github.livesense/org.liveSense.framework.wro4j "1.0.5"]
Apache Buildr
'com.github.livesense:org.liveSense.framework.wro4j:jar:1.0.5'