| Categories | CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection | 
|---|---|
| GroupId | GroupIdcom.guicedee.services | 
| ArtifactId | ArtifactIdlog4j-core | 
| Version | Version1.1.1.0-SNAPSHOT-jre8 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.guicedee.services/log4j-core/ -->
<dependency>
    <groupId>com.guicedee.services</groupId>
    <artifactId>log4j-core</artifactId>
    <version>1.1.1.0-SNAPSHOT-jre8</version>
</dependency>// https://jarcasting.com/artifacts/com.guicedee.services/log4j-core/
implementation 'com.guicedee.services:log4j-core:1.1.1.0-SNAPSHOT-jre8'// https://jarcasting.com/artifacts/com.guicedee.services/log4j-core/
implementation ("com.guicedee.services:log4j-core:1.1.1.0-SNAPSHOT-jre8")'com.guicedee.services:log4j-core:jar:1.1.1.0-SNAPSHOT-jre8'<dependency org="com.guicedee.services" name="log4j-core" rev="1.1.1.0-SNAPSHOT-jre8">
  <artifact name="log4j-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.guicedee.services', module='log4j-core', version='1.1.1.0-SNAPSHOT-jre8')
)libraryDependencies += "com.guicedee.services" % "log4j-core" % "1.1.1.0-SNAPSHOT-jre8"[com.guicedee.services/log4j-core "1.1.1.0-SNAPSHOT-jre8"]