is not current version
Last Version 2.5.0

org.dellroad:dellroad-stuff 2.4.2

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.

GroupId

GroupId

org.dellroad
ArtifactId

ArtifactId

dellroad-stuff
Version

Version

2.4.2
Type

Type

pom

Download dellroad-stuff 2.4.2

Filename Size
dellroad-stuff-2.4.2.pom 16 KB
Browse

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