d

dmachine

Download machine is non interactive, non graphical, batch download manager.
http://dmachine.sourceforge.net
GPL v2 License
Radim Kolar
Radim Kolar
Files download
File Operation
dmachine-0.25.jar download
dmachine-0.25.pom download
dmachine-0.25-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.fsp</groupId>
  <artifactId>dmachine</artifactId>
  <version>0.25</version>
</dependency>
Gradle Groovy
implementation 'net.sf.fsp:dmachine:0.25'
Gradle Kotlin
implementation("net.sf.fsp:dmachine:0.25")
Scala SBT
libraryDependencies += "net.sf.fsp" % "dmachine" % "0.25"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.fsp', module='dmachine', version='0.25')
)
Apache Ivy
<dependency org="net.sf.fsp" name="dmachine" rev="0.25" />
Leiningen
[net.sf.fsp/dmachine "0.25"]
Apache Buildr
'net.sf.fsp:dmachine:jar:0.25'
Dependencies