p

pidove

For those of you who like static imports: an alternative to the Java Streams API defines operators on Iterables and higher-ordered functions
http://github.com/paulhoule/pidove
MIT License
Paul A. Houle
Files download
File Operation
pidove-1.0.0.jar download
pidove-1.0.0.pom download
pidove-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ontology2</groupId>
  <artifactId>pidove</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.ontology2:pidove:1.0.0'
Gradle Kotlin
implementation("com.ontology2:pidove:1.0.0")
Scala SBT
libraryDependencies += "com.ontology2" % "pidove" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.ontology2', module='pidove', version='1.0.0')
)
Apache Ivy
<dependency org="com.ontology2" name="pidove" rev="1.0.0" />
Leiningen
[com.ontology2/pidove "1.0.0"]
Apache Buildr
'com.ontology2:pidove:jar:1.0.0'