is not current version
Last Version 2.2.3

org.apache.river:tools 2.2.2

This JAR file contains tools for: checking configuration files; checking for missing serialVersionUID fields; computing class dependencies; providing HTTP service; generating message digests; generating HTTPMD URLs; examining the run-time environment of a Jini component; generating wrapper JAR files; and generating preferred lists. When used as an executable JAR file, it runs the ClassServer.

GroupId

GroupId

org.apache.river
ArtifactId

ArtifactId

tools
Version

Version

2.2.2
Type

Type

jar

Download tools 2.2.2


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