Group Id org.springframework
Artifact Id spring-jcl
Version 5.1.12.RELEASE
Packaging jar
URL -
Badge
Last Updated 2019-12-03T00:36:32+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-jcl</artifactId>
    <version>5.1.12.RELEASE</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-jcl', version: '5.1.12.RELEASE'
implementation 'org.springframework:spring-jcl:5.1.12.RELEASE'
implementation("org.springframework:spring-jcl:5.1.12.RELEASE")
libraryDependencies += "org.springframework" % "spring-jcl" % "5.1.12.RELEASE"
<dependency org="org.springframework" name="spring-jcl" rev="5.1.12.RELEASE"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-jcl', version='5.1.12.RELEASE')
)
[org.springframework/spring-jcl "5.1.12.RELEASE"]
'org.springframework:spring-jcl:5.1.12.RELEASE'