is not current version
Last Version 62

com.guicedee.services:commons-logging 0.70.0.1-rc14

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

0.70.0.1-rc14
Type

Type

jar

Download commons-logging 0.70.0.1-rc14


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