c

commons-logging

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