License |
License |
---|---|
GroupId | GroupIdorg.springframework |
ArtifactId | ArtifactIdspring-jcl |
Last Version | Last Version5.3.21 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Commons Logging Bridge
Spring Commons Logging Bridge
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-jcl-5.3.21.pom | |
spring-jcl-5.3.21.jar | 23 KB |
spring-jcl-5.3.21-sources.jar | 12 KB |
spring-jcl-5.3.21-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-jcl/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jcl</artifactId>
<version>5.3.21</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-jcl/
implementation 'org.springframework:spring-jcl:5.3.21'
// https://jarcasting.com/artifacts/org.springframework/spring-jcl/
implementation ("org.springframework:spring-jcl:5.3.21")
'org.springframework:spring-jcl:jar:5.3.21'
<dependency org="org.springframework" name="spring-jcl" rev="5.3.21">
<artifact name="spring-jcl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-jcl', version='5.3.21')
)
libraryDependencies += "org.springframework" % "spring-jcl" % "5.3.21"
[org.springframework/spring-jcl "5.3.21"]