License |
License |
---|---|
Categories |
CategoriesJava Languages Logging Application Layer Libs |
GroupId | GroupIdcom.walterjwhite.java.dependencies |
ArtifactId | ArtifactIdcommons-logging |
Last Version | Last Version0.0.17 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncommons-logging
dependencies
|
Filename | Size |
---|---|
commons-logging-0.0.17.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.walterjwhite.java.dependencies/commons-logging/ -->
<dependency>
<groupId>com.walterjwhite.java.dependencies</groupId>
<artifactId>commons-logging</artifactId>
<version>0.0.17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.walterjwhite.java.dependencies/commons-logging/
implementation 'com.walterjwhite.java.dependencies:commons-logging:0.0.17'
// https://jarcasting.com/artifacts/com.walterjwhite.java.dependencies/commons-logging/
implementation ("com.walterjwhite.java.dependencies:commons-logging:0.0.17")
'com.walterjwhite.java.dependencies:commons-logging:pom:0.0.17'
<dependency org="com.walterjwhite.java.dependencies" name="commons-logging" rev="0.0.17">
<artifact name="commons-logging" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.walterjwhite.java.dependencies', module='commons-logging', version='0.0.17')
)
libraryDependencies += "com.walterjwhite.java.dependencies" % "commons-logging" % "0.0.17"
[com.walterjwhite.java.dependencies/commons-logging "0.0.17"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
org.projectlombok : lombok | jar | 1.18.2 |
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit : junit-bom | pom | 5.5.1 |