| License | License | 
|---|---|
| GroupId | GroupIdcom.djdch.log4j | 
| ArtifactId | ArtifactIdlog4j-staticshutdown | 
| Last Version | Last Version1.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionLog4j-StaticShutdown Provide a ShutdownRegistrationStrategy for Log4j 2 designed to be manually invoked. | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/com.djdch.log4j/log4j-staticshutdown/ -->
<dependency>
    <groupId>com.djdch.log4j</groupId>
    <artifactId>log4j-staticshutdown</artifactId>
    <version>1.1.0</version>
</dependency>// https://jarcasting.com/artifacts/com.djdch.log4j/log4j-staticshutdown/
implementation 'com.djdch.log4j:log4j-staticshutdown:1.1.0'// https://jarcasting.com/artifacts/com.djdch.log4j/log4j-staticshutdown/
implementation ("com.djdch.log4j:log4j-staticshutdown:1.1.0")'com.djdch.log4j:log4j-staticshutdown:jar:1.1.0'<dependency org="com.djdch.log4j" name="log4j-staticshutdown" rev="1.1.0">
  <artifact name="log4j-staticshutdown" type="jar" />
</dependency>@Grapes(
@Grab(group='com.djdch.log4j', module='log4j-staticshutdown', version='1.1.0')
)libraryDependencies += "com.djdch.log4j" % "log4j-staticshutdown" % "1.1.0"[com.djdch.log4j/log4j-staticshutdown "1.1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.logging.log4j : log4j-core | jar | 2.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| commons-io : commons-io | jar | 2.4 |