Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Logging |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdcommons-logging |
Version | Version1.0.1.3-jre13 |
Type | Typejar |
Filename | Size |
---|---|
commons-logging-1.0.1.3-jre13.pom | |
commons-logging-1.0.1.3-jre13.jar | 65 KB |
commons-logging-1.0.1.3-jre13-tests.jar | 22 bytes |
commons-logging-1.0.1.3-jre13-sources.jar | 75 KB |
commons-logging-1.0.1.3-jre13-javadoc.jar | 317 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/commons-logging/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.1.3-jre13</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/commons-logging/
implementation 'com.guicedee.services:commons-logging:1.0.1.3-jre13'
// https://jarcasting.com/artifacts/com.guicedee.services/commons-logging/
implementation ("com.guicedee.services:commons-logging:1.0.1.3-jre13")
'com.guicedee.services:commons-logging:jar:1.0.1.3-jre13'
<dependency org="com.guicedee.services" name="commons-logging" rev="1.0.1.3-jre13">
<artifact name="commons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='commons-logging', version='1.0.1.3-jre13')
)
libraryDependencies += "com.guicedee.services" % "commons-logging" % "1.0.1.3-jre13"
[com.guicedee.services/commons-logging "1.0.1.3-jre13"]