| License |
License |
|---|---|
| Categories |
CategoriesAuto Application Layer Libs Code Generators Logging |
| GroupId | GroupIdcom.hp.autonomy.frontend |
| ArtifactId | ArtifactIdlogging |
| Last Version | Last Version1.1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHP Autonomy Java Logging
Logging utilities for HP Autonomy FOSS projects
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| logging-1.1.4.pom | |
| logging-1.1.4.jar | 6 KB |
| logging-1.1.4-sources.jar | 4 KB |
| logging-1.1.4-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hp.autonomy.frontend/logging/ -->
<dependency>
<groupId>com.hp.autonomy.frontend</groupId>
<artifactId>logging</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.hp.autonomy.frontend/logging/
implementation 'com.hp.autonomy.frontend:logging:1.1.4'
// https://jarcasting.com/artifacts/com.hp.autonomy.frontend/logging/
implementation ("com.hp.autonomy.frontend:logging:1.1.4")
'com.hp.autonomy.frontend:logging:jar:1.1.4'
<dependency org="com.hp.autonomy.frontend" name="logging" rev="1.1.4">
<artifact name="logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hp.autonomy.frontend', module='logging', version='1.1.4')
)
libraryDependencies += "com.hp.autonomy.frontend" % "logging" % "1.1.4"
[com.hp.autonomy.frontend/logging "1.1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.1 |
| org.projectlombok : lombok | jar | 1.12.2 |
| javax : javaee-web-api | jar | 7.0 |
| org.springframework : spring-context | jar | 4.0.2.RELEASE |