<dependency> <groupId>io.github.eisop</groupId> <artifactId>dataflow</artifactId> <version>3.42.0-eisop4</version> </dependency>
implementation 'io.github.eisop:dataflow:3.42.0-eisop4'
implementation("io.github.eisop:dataflow:3.42.0-eisop4")
libraryDependencies += "io.github.eisop" % "dataflow" % "3.42.0-eisop4"
@Grapes( @Grab(group='io.github.eisop', module='dataflow', version='3.42.0-eisop4') )
<dependency org="io.github.eisop" name="dataflow" rev="3.42.0-eisop4" />
[io.github.eisop/dataflow "3.42.0-eisop4"]
'io.github.eisop:dataflow:jar:3.42.0-eisop4'
compile
|-- io.github.eisop:javacutil:3.42.0-eisop4
|-- io.github.eisop:checker-qual:3.42.0-eisop4
|-- org.plumelib:plume-util:1.9.0