License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers Logging Application Layer Libs |
GroupId | GroupIdorg.jboss.webbeans |
ArtifactId | ArtifactIdwebbeans-logging |
Last Version | Last Version1.0.0.PREVIEW1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWeb Beans Logging
The reference implementation of JSR 299: Web Beans
|
Filename | Size |
---|---|
webbeans-logging-1.0.0.PREVIEW1.pom | |
webbeans-logging-1.0.0.PREVIEW1.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.webbeans/webbeans-logging/ -->
<dependency>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-logging</artifactId>
<version>1.0.0.PREVIEW1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.webbeans/webbeans-logging/
implementation 'org.jboss.webbeans:webbeans-logging:1.0.0.PREVIEW1'
// https://jarcasting.com/artifacts/org.jboss.webbeans/webbeans-logging/
implementation ("org.jboss.webbeans:webbeans-logging:1.0.0.PREVIEW1")
'org.jboss.webbeans:webbeans-logging:jar:1.0.0.PREVIEW1'
<dependency org="org.jboss.webbeans" name="webbeans-logging" rev="1.0.0.PREVIEW1">
<artifact name="webbeans-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.webbeans', module='webbeans-logging', version='1.0.0.PREVIEW1')
)
libraryDependencies += "org.jboss.webbeans" % "webbeans-logging" % "1.0.0.PREVIEW1"
[org.jboss.webbeans/webbeans-logging "1.0.0.PREVIEW1"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j Optional | jar | 1.2.14 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 5.8 |