is not current version
Last Version 0.3

net.hydromatic:toolbox 0.2

A collection of miscellaneous utilities

Categories

Categories

Net
GroupId

GroupId

net.hydromatic
ArtifactId

ArtifactId

toolbox
Version

Version

0.2
Type

Type

jar

Download toolbox 0.2


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