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