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.5.4.pom download
Apache Maven
<dependency>
  <groupId>org.dellroad</groupId>
  <artifactId>dellroad-stuff</artifactId>
  <version>2.5.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.dellroad:dellroad-stuff:2.5.4'
Gradle Kotlin
implementation("org.dellroad:dellroad-stuff:2.5.4")
Scala SBT
libraryDependencies += "org.dellroad" % "dellroad-stuff" % "2.5.4"
Groovy Grape
@Grapes(
  @Grab(group='org.dellroad', module='dellroad-stuff', version='2.5.4')
)
Apache Ivy
<dependency org="org.dellroad" name="dellroad-stuff" rev="2.5.4" />
Leiningen
[org.dellroad/dellroad-stuff "2.5.4"]
Apache Buildr
'org.dellroad:dellroad-stuff:jar:2.5.4'