is not current version
Last Version 2.5.0

org.dellroad:dellroad-stuff 2.0.3

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.0.3
Type

Type

pom

Download dellroad-stuff 2.0.3

Filename Size
dellroad-stuff-2.0.3.pom 13 KB
Browse

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