d

dellroad-stuff

DellRoad Stuff is a dumping ground for various useful Java classes that have evolved over time from repeated use in multiple projects.
https://github.com/archiecobbs/dellroad-stuff
The Apache Software License, Version 2.0
Archie Cobbs
文件下载
文件名 操作
dellroad-stuff-3.0.5.pom 下载
Apache Maven
<dependency>
  <groupId>org.dellroad</groupId>
  <artifactId>dellroad-stuff</artifactId>
  <version>3.0.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.dellroad:dellroad-stuff:3.0.5'
Gradle Kotlin
implementation("org.dellroad:dellroad-stuff:3.0.5")
Scala SBT
libraryDependencies += "org.dellroad" % "dellroad-stuff" % "3.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.dellroad', module='dellroad-stuff', version='3.0.5')
)
Apache Ivy
<dependency org="org.dellroad" name="dellroad-stuff" rev="3.0.5" />
Leiningen
[org.dellroad/dellroad-stuff "3.0.5"]
Apache Buildr
'org.dellroad:dellroad-stuff:jar:3.0.5'