d

dellroad-stuff

DellRoad Stuff is a dumping ground for various useful Java classes and ant build macros that have evolved over time from repeated use in several different projects.
https://github.com/archiecobbs/dellroad-stuff
The Apache Software License, Version 2.0
Archie Cobbs
Files download
File Operation
dellroad-stuff-2.4.9.pom download
Apache Maven
<dependency>
  <groupId>org.dellroad</groupId>
  <artifactId>dellroad-stuff</artifactId>
  <version>2.4.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.dellroad:dellroad-stuff:2.4.9'
Gradle Kotlin
implementation("org.dellroad:dellroad-stuff:2.4.9")
Scala SBT
libraryDependencies += "org.dellroad" % "dellroad-stuff" % "2.4.9"
Groovy Grape
@Grapes(
  @Grab(group='org.dellroad', module='dellroad-stuff', version='2.4.9')
)
Apache Ivy
<dependency org="org.dellroad" name="dellroad-stuff" rev="2.4.9" />
Leiningen
[org.dellroad/dellroad-stuff "2.4.9"]
Apache Buildr
'org.dellroad:dellroad-stuff:jar:2.4.9'