Open
Description
Currently it does not appear that Drip's jar is published to Maven Central. This makes it difficult or impossible to work with the Drip classes directly from a Maven-based project.
Specifically, I need to be able to access the Switched
interface in order to acquire a reference to the real file descriptors to be used for stdio. See jruby/jruby#2690.
For the moment I will use reflection. If the maintainers of Drip need assistance getting this published, I can help you follow the Sonatype OSS instructions.