| License | License | 
|---|---|
| Categories | CategoriesJBoss Container Application Servers Logging Application Layer Libs | 
| GroupId | GroupIdorg.jboss.weld | 
| ArtifactId | ArtifactIdweld-logging-tools | 
| Last Version | Last Version1.0.3.Final | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionWeld Logging Tools The parent POM for Weld, specifying the build parameters | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/org.jboss.weld/weld-logging-tools/ -->
<dependency>
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-logging-tools</artifactId>
    <version>1.0.3.Final</version>
</dependency>// https://jarcasting.com/artifacts/org.jboss.weld/weld-logging-tools/
implementation 'org.jboss.weld:weld-logging-tools:1.0.3.Final'// https://jarcasting.com/artifacts/org.jboss.weld/weld-logging-tools/
implementation ("org.jboss.weld:weld-logging-tools:1.0.3.Final")'org.jboss.weld:weld-logging-tools:jar:1.0.3.Final'<dependency org="org.jboss.weld" name="weld-logging-tools" rev="1.0.3.Final">
  <artifact name="weld-logging-tools" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jboss.weld', module='weld-logging-tools', version='1.0.3.Final')
)libraryDependencies += "org.jboss.weld" % "weld-logging-tools" % "1.0.3.Final"[org.jboss.weld/weld-logging-tools "1.0.3.Final"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.trimou : trimou-extension-gson | jar | 2.1.0.Final | 
| org.slf4j : slf4j-simple Optional | jar | 1.7.10 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| com.jayway.jsonpath : json-path | jar | 2.0.0 |