is not current version
Last Version 2.5.0

org.dellroad:dellroad-stuff 2.3.0

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

Type

pom

Download dellroad-stuff 2.3.0

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

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