is not current version
Last Version 1.0.4

net.mfjassociates.tools:java-chest 1.0.0

List of useful Java tools mostly in the form of helper classes

Categories

Categories

Java Languages Net
GroupId

GroupId

net.mfjassociates.tools
ArtifactId

ArtifactId

java-chest
Version

Version

1.0.0
Type

Type

jar

Download java-chest 1.0.0


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