is not current version
Last Version 1.0.0-CR1-SP1

org.jboss.weld:weld-logging 1.0.0-CR1

Weld logging module (to be replaced with slf4j)

Categories

Categories

JBoss Container Application Servers Logging Application Layer Libs
GroupId

GroupId

org.jboss.weld
ArtifactId

ArtifactId

weld-logging
Version

Version

1.0.0-CR1
Type

Type

jar

Download weld-logging 1.0.0-CR1


<!-- https://jarcasting.com/artifacts/org.jboss.weld/weld-logging/ -->
<dependency>
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-logging</artifactId>
    <version>1.0.0-CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.weld/weld-logging/
implementation 'org.jboss.weld:weld-logging:1.0.0-CR1'
// https://jarcasting.com/artifacts/org.jboss.weld/weld-logging/
implementation ("org.jboss.weld:weld-logging:1.0.0-CR1")
'org.jboss.weld:weld-logging:jar:1.0.0-CR1'
<dependency org="org.jboss.weld" name="weld-logging" rev="1.0.0-CR1">
  <artifact name="weld-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.weld', module='weld-logging', version='1.0.0-CR1')
)
libraryDependencies += "org.jboss.weld" % "weld-logging" % "1.0.0-CR1"
[org.jboss.weld/weld-logging "1.0.0-CR1"]