Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbjorge/jthumbor
Java library for accessing secure Thumber servers
https://github.com/dbjorge/jthumbor
Last synced: 1 day ago
JSON representation
Java library for accessing secure Thumber servers
- Host: GitHub
- URL: https://github.com/dbjorge/jthumbor
- Owner: dbjorge
- Created: 2011-06-12T04:02:42.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-12T20:10:53.000Z (over 13 years ago)
- Last Synced: 2024-10-20T07:44:34.445Z (19 days ago)
- Language: Java
- Homepage:
- Size: 199 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# JThumbor
JThumbor is a Java library that enables easy usage of secure Thumbor servers. For more information on what Thumbor is and why you might want to use this library, see the [Thumbor project](https://github.com/globocom/thumbor/wiki).
## How is the library licensed?
The library is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
## How do I use the library?
The library is typically deployed as a JAR file. The only class most users will need to concern themselves with is the ThumborServer.
### How do I get the JAR file?
You can either grab the release from GitHub's download button or compile it yourself. The only prerequisites are self-contained in the lib folder. I use Eclipse to build the release JARs; if you want an ant build file or something, you'll have to make it yourself.