is not current version
Last Version 2.8.3

com.mastfrog:shutdown-hooks 2.8.2.2


GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

shutdown-hooks
Version

Version

2.8.2.2
Type

Type

jar

Download shutdown-hooks 2.8.2.2


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