Files download
File Operation
commons-logging-1.2.0.2-jre16.jar download
commons-logging-1.2.0.2-jre16.pom download
commons-logging-1.2.0.2-jre16-sources.jar download
Apache Maven
<dependency>
  <groupId>com.guicedee.services</groupId>
  <artifactId>commons-logging</artifactId>
  <version>1.2.0.2-jre16</version>
</dependency>
Gradle Groovy
implementation 'com.guicedee.services:commons-logging:1.2.0.2-jre16'
Gradle Kotlin
implementation("com.guicedee.services:commons-logging:1.2.0.2-jre16")
Scala SBT
libraryDependencies += "com.guicedee.services" % "commons-logging" % "1.2.0.2-jre16"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.services', module='commons-logging', version='1.2.0.2-jre16')
)
Apache Ivy
<dependency org="com.guicedee.services" name="commons-logging" rev="1.2.0.2-jre16" />
Leiningen
[com.guicedee.services/commons-logging "1.2.0.2-jre16"]
Apache Buildr
'com.guicedee.services:commons-logging:jar:1.2.0.2-jre16'