Retrolambda lets you run Java 8 code with lambda expressions, method references and try-with-resources statements on Java 7, 6 or 5. It does this by transforming your Java 8 compiled bytecode so that it can run on an older Java runtime. After the transformation they are just a bunch of normal .class files, without any additional runtime dependencies.
Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
Pacto helps you test consumers by both validating and stubbing services. Vice versa, Pacto will test the provider implementation and make sure it complies with the same contract used to stub the service for consumers.
The Polymer library is designed to make it easier and faster for developers to create great, reusable components for the modern web. With custom elements, you can extend the vocabulary of HTML with your own elements.
scodec is a suite of Scala libraries for working with binary data. Support ranges from simple, performant data structures for working with bits and bytes to streaming encoding and decoding.