Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.lucidchart |
ArtifactId | ArtifactIdthread-context-slf4j |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
thread-context-slf4j-0.2.pom | |
thread-context-slf4j-0.2.jar | 2 KB |
thread-context-slf4j-0.2-sources.jar | 1 KB |
thread-context-slf4j-0.2-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lucidchart/thread-context-slf4j/ -->
<dependency>
<groupId>com.lucidchart</groupId>
<artifactId>thread-context-slf4j</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lucidchart/thread-context-slf4j/
implementation 'com.lucidchart:thread-context-slf4j:0.2'
// https://jarcasting.com/artifacts/com.lucidchart/thread-context-slf4j/
implementation ("com.lucidchart:thread-context-slf4j:0.2")
'com.lucidchart:thread-context-slf4j:jar:0.2'
<dependency org="com.lucidchart" name="thread-context-slf4j" rev="0.2">
<artifact name="thread-context-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lucidchart', module='thread-context-slf4j', version='0.2')
)
libraryDependencies += "com.lucidchart" % "thread-context-slf4j" % "0.2"
[com.lucidchart/thread-context-slf4j "0.2"]