is not current version
Last Version 62

com.guicedee.services:commons-logging 1.0.15.4

Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection Logging
GroupId

GroupId

com.guicedee.services
ArtifactId

ArtifactId

commons-logging
Version

Version

1.0.15.4
Type

Type

jar

Download commons-logging 1.0.15.4


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