| Categories |
CategoriesIDE Development Tools Logging Application Layer Libs |
|---|---|
| GroupId | GroupIdmevenide |
| ArtifactId | ArtifactIdcommons-logging-nb-module |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncommons-logging library for Mevenide
Library for project Mevenide
|
| Filename | Size |
|---|---|
| commons-logging-nb-module-1.0.pom | |
| commons-logging-nb-module-1.0.jar | 604 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/mevenide/commons-logging-nb-module/ -->
<dependency>
<groupId>mevenide</groupId>
<artifactId>commons-logging-nb-module</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/mevenide/commons-logging-nb-module/
implementation 'mevenide:commons-logging-nb-module:1.0'
// https://jarcasting.com/artifacts/mevenide/commons-logging-nb-module/
implementation ("mevenide:commons-logging-nb-module:1.0")
'mevenide:commons-logging-nb-module:jar:1.0'
<dependency org="mevenide" name="commons-logging-nb-module" rev="1.0">
<artifact name="commons-logging-nb-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='mevenide', module='commons-logging-nb-module', version='1.0')
)
libraryDependencies += "mevenide" % "commons-logging-nb-module" % "1.0"
[mevenide/commons-logging-nb-module "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.0.3 |
| log4j : log4j | jar | 1.2.8 |