s

smartsprites

CSS Sprites Generator Done Right. SmartSprites maintains CSS sprites in your designs, fully automatically. No tedious copying and pasting to your CSS when adding or changing sprited images.
https://github.com/carrotsearch/smartsprites/wiki/Documentation
BSD license
Carrot Search s.c.
Stanisław Osiński Dawid Weiss
Files download
File Operation
smartsprites-0.3.0.jar download
smartsprites-0.3.0.pom download
smartsprites-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hazendaz</groupId>
  <artifactId>smartsprites</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.hazendaz:smartsprites:0.3.0'
Gradle Kotlin
implementation("com.github.hazendaz:smartsprites:0.3.0")
Scala SBT
libraryDependencies += "com.github.hazendaz" % "smartsprites" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hazendaz', module='smartsprites', version='0.3.0')
)
Apache Ivy
<dependency org="com.github.hazendaz" name="smartsprites" rev="0.3.0" />
Leiningen
[com.github.hazendaz/smartsprites "0.3.0"]
Apache Buildr
'com.github.hazendaz:smartsprites:jar:0.3.0'