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