is not current version
Last Version 0.2

net.sourceforge.dribble:dribble 0.1

Dribble adds a little bit to a Java 8 stream

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.dribble
ArtifactId

ArtifactId

dribble
Version

Version

0.1
Type

Type

jar

Download dribble 0.1


<!-- https://jarcasting.com/artifacts/net.sourceforge.dribble/dribble/ -->
<dependency>
    <groupId>net.sourceforge.dribble</groupId>
    <artifactId>dribble</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.dribble/dribble/
implementation 'net.sourceforge.dribble:dribble:0.1'
// https://jarcasting.com/artifacts/net.sourceforge.dribble/dribble/
implementation ("net.sourceforge.dribble:dribble:0.1")
'net.sourceforge.dribble:dribble:jar:0.1'
<dependency org="net.sourceforge.dribble" name="dribble" rev="0.1">
  <artifact name="dribble" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.dribble', module='dribble', version='0.1')
)
libraryDependencies += "net.sourceforge.dribble" % "dribble" % "0.1"
[net.sourceforge.dribble/dribble "0.1"]