License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers Logging Application Layer Libs |
GroupId | GroupIdorg.jboss.weld |
ArtifactId | ArtifactIdweld-logging |
Last Version | Last Version1.0.0-CR1-SP1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWeld Logging
Weld logging module (to be replaced with slf4j)
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.jboss.weld/weld-logging/ -->
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-logging</artifactId>
<version>1.0.0-CR1-SP1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.weld/weld-logging/
implementation 'org.jboss.weld:weld-logging:1.0.0-CR1-SP1'
// https://jarcasting.com/artifacts/org.jboss.weld/weld-logging/
implementation ("org.jboss.weld:weld-logging:1.0.0-CR1-SP1")
'org.jboss.weld:weld-logging:jar:1.0.0-CR1-SP1'
<dependency org="org.jboss.weld" name="weld-logging" rev="1.0.0-CR1-SP1">
<artifact name="weld-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.weld', module='weld-logging', version='1.0.0-CR1-SP1')
)
libraryDependencies += "org.jboss.weld" % "weld-logging" % "1.0.0-CR1-SP1"
[org.jboss.weld/weld-logging "1.0.0-CR1-SP1"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j Optional | jar | 1.2.14 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 5.9 |