MVN

org.springframework : spring-jcl

Maven & Gradle

Jul 13, 2023
546 usages
55k stars

Spring Commons Logging Bridge · Spring Commons Logging Bridge

<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-jcl</artifactId>
    <version>6.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework : spring-jcl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.11

All Versions

Choose a version of org.springframework : spring-jcl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
spring-jcl-6.0.11
spring-jcl-6.0.10
spring-jcl-6.0.9
spring-jcl-6.0.8
spring-jcl-6.0.7
spring-jcl-6.0.6
spring-jcl-6.0.5
spring-jcl-6.0.4
spring-jcl-6.0.3
spring-jcl-6.0.2
spring-jcl-6.0.1
spring-jcl-6.0.0
5.3.x
spring-jcl-5.3.29
spring-jcl-5.3.28
spring-jcl-5.3.27
spring-jcl-5.3.26
spring-jcl-5.3.25
spring-jcl-5.3.24
spring-jcl-5.3.23
spring-jcl-5.3.22
spring-jcl-5.3.21
spring-jcl-5.3.20
spring-jcl-5.3.19
spring-jcl-5.3.18
spring-jcl-5.3.17
spring-jcl-5.3.16
spring-jcl-5.3.15
spring-jcl-5.3.14
spring-jcl-5.3.13
spring-jcl-5.3.12
spring-jcl-5.3.11
spring-jcl-5.3.10
spring-jcl-5.3.9
spring-jcl-5.3.8
spring-jcl-5.3.7
spring-jcl-5.3.6
spring-jcl-5.3.5
spring-jcl-5.3.4
spring-jcl-5.3.3
spring-jcl-5.3.2
spring-jcl-5.3.1
spring-jcl-5.3.0
5.2.x
spring-jcl-5.2.25.RELEASE
spring-jcl-5.2.24.RELEASE
spring-jcl-5.2.23.RELEASE
spring-jcl-5.2.22.RELEASE
spring-jcl-5.2.21.RELEASE
spring-jcl-5.2.20.RELEASE
spring-jcl-5.2.19.RELEASE
spring-jcl-5.2.18.RELEASE
spring-jcl-5.2.17.RELEASE
spring-jcl-5.2.16.RELEASE
spring-jcl-5.2.15.RELEASE
spring-jcl-5.2.14.RELEASE
spring-jcl-5.2.13.RELEASE
spring-jcl-5.2.12.RELEASE
spring-jcl-5.2.11.RELEASE
spring-jcl-5.2.10.RELEASE
spring-jcl-5.2.9.RELEASE
spring-jcl-5.2.8.RELEASE
spring-jcl-5.2.7.RELEASE
spring-jcl-5.2.6.RELEASE
spring-jcl-5.2.5.RELEASE
spring-jcl-5.2.4.RELEASE
spring-jcl-5.2.3.RELEASE
spring-jcl-5.2.2.RELEASE
spring-jcl-5.2.1.RELEASE
spring-jcl-5.2.0.RELEASE
5.1.x
spring-jcl-5.1.20.RELEASE
spring-jcl-5.1.19.RELEASE
spring-jcl-5.1.18.RELEASE
spring-jcl-5.1.17.RELEASE
spring-jcl-5.1.16.RELEASE
spring-jcl-5.1.15.RELEASE
spring-jcl-5.1.14.RELEASE
spring-jcl-5.1.13.RELEASE
spring-jcl-5.1.12.RELEASE
spring-jcl-5.1.11.RELEASE
spring-jcl-5.1.10.RELEASE
spring-jcl-5.1.9.RELEASE
spring-jcl-5.1.8.RELEASE
spring-jcl-5.1.7.RELEASE
spring-jcl-5.1.6.RELEASE
spring-jcl-5.1.5.RELEASE
spring-jcl-5.1.4.RELEASE
spring-jcl-5.1.3.RELEASE
spring-jcl-5.1.2.RELEASE
spring-jcl-5.1.1.RELEASE
spring-jcl-5.1.0.RELEASE
5.0.x
spring-jcl-5.0.20.RELEASE
spring-jcl-5.0.19.RELEASE
spring-jcl-5.0.18.RELEASE
spring-jcl-5.0.17.RELEASE
spring-jcl-5.0.16.RELEASE
spring-jcl-5.0.15.RELEASE
spring-jcl-5.0.14.RELEASE
spring-jcl-5.0.13.RELEASE
spring-jcl-5.0.12.RELEASE
spring-jcl-5.0.11.RELEASE
spring-jcl-5.0.10.RELEASE
spring-jcl-5.0.9.RELEASE
spring-jcl-5.0.8.RELEASE
spring-jcl-5.0.7.RELEASE
spring-jcl-5.0.6.RELEASE
spring-jcl-5.0.5.RELEASE
spring-jcl-5.0.4.RELEASE
spring-jcl-5.0.3.RELEASE
spring-jcl-5.0.2.RELEASE
spring-jcl-5.0.1.RELEASE
spring-jcl-5.0.0.RELEASE

How to add a dependency to Maven

Add the following org.springframework : spring-jcl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-jcl</artifactId>
    <version>6.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework : spring-jcl gradle dependency to your build.gradle file:

implementation 'org.springframework:spring-jcl:6.0.11'

Gradle Kotlin DSL: Add the following org.springframework : spring-jcl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework:spring-jcl:6.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework : spring-jcl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework" % "spring-jcl" % "6.0.11"

Advertisement

Dependencies from Group

Jul 13, 2023
10k usages
55k stars
Jul 13, 2023
7.3k usages
55k stars
Jul 13, 2023
6.6k usages
55k stars
Jul 13, 2023
6.4k usages
55k stars
Jul 13, 2023
5.2k usages
55k stars

Discover Dependencies

Mar 29, 2021
464 usages
5.6k stars
Jun 09, 2023
563 usages
410 stars
Jul 24, 2023
524 usages
Mar 14, 2007
650 usages
Mar 03, 2023
510 usages
2.4k stars
Oct 15, 2020
540 usages
12.9k stars
May 23, 2023
611 usages
7 stars
Dec 17, 2020
404 usages
5.6k stars
Jan 19, 2021
451 usages
734 stars
Jun 15, 2023
559 usages
200 stars