Dependency Information
Apache Maven
<dependency> <groupId>com.github.robtimus</groupId> <artifactId>stream-utils</artifactId> <version>1.1</version> </dependency>
Apache Buildr
'com.github.robtimus:stream-utils:jar:1.1'
Apache Ivy
<dependency org="com.github.robtimus" name="stream-utils" rev="1.1"> <artifact name="stream-utils" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.github.robtimus', module='stream-utils', version='1.1') )
Gradle/Grails
compile 'com.github.robtimus:stream-utils:1.1'
Scala SBT
libraryDependencies += "com.github.robtimus" % "stream-utils" % "1.1"
Leiningen
[com.github.robtimus/stream-utils "1.1"]