Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.lucidchart |
ArtifactId | ArtifactIdjava-thread-context |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
java-thread-context-0.5.pom | |
java-thread-context-0.5.jar | 328 bytes |
java-thread-context-0.5-sources.jar | 260 bytes |
java-thread-context-0.5-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.lucidchart/java-thread-context/ -->
<dependency>
<groupId>com.lucidchart</groupId>
<artifactId>java-thread-context</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.lucidchart/java-thread-context/
implementation 'com.lucidchart:java-thread-context:0.5'
// https://jarcasting.com/artifacts/com.lucidchart/java-thread-context/
implementation ("com.lucidchart:java-thread-context:0.5")
'com.lucidchart:java-thread-context:jar:0.5'
<dependency org="com.lucidchart" name="java-thread-context" rev="0.5">
<artifact name="java-thread-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lucidchart', module='java-thread-context', version='0.5')
)
libraryDependencies += "com.lucidchart" % "java-thread-context" % "0.5"
[com.lucidchart/java-thread-context "0.5"]