GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdshutdown-hooks |
Version | Version2.8.2.3 |
Type | Typejar |
Filename | Size |
---|---|
shutdown-hooks-2.8.2.3.pom | |
shutdown-hooks-2.8.2.3.jar | 18 KB |
shutdown-hooks-2.8.2.3-sources.jar | 10 KB |
shutdown-hooks-2.8.2.3-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/shutdown-hooks/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>shutdown-hooks</artifactId>
<version>2.8.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/shutdown-hooks/
implementation 'com.mastfrog:shutdown-hooks:2.8.2.3'
// https://jarcasting.com/artifacts/com.mastfrog/shutdown-hooks/
implementation ("com.mastfrog:shutdown-hooks:2.8.2.3")
'com.mastfrog:shutdown-hooks:jar:2.8.2.3'
<dependency org="com.mastfrog" name="shutdown-hooks" rev="2.8.2.3">
<artifact name="shutdown-hooks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='shutdown-hooks', version='2.8.2.3')
)
libraryDependencies += "com.mastfrog" % "shutdown-hooks" % "2.8.2.3"
[com.mastfrog/shutdown-hooks "2.8.2.3"]