thread-context
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.lucidchart</groupId>
<artifactId>thread-context</artifactId>
<version>0.8</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.lucidchart</groupId>
<artifactId>thread-context</artifactId>
<packaging>jar</packaging>
<description>thread-context</description>
<url>https://git.lucidchart.com/lucidsoftware/java-thead-context</url>
<version>0.8</version>
<licenses>
<license>
<name>Apache 2.0 License</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>thread-context</name>
<inceptionYear>2017</inceptionYear>
<organization>
<name>Lucid Software</name>
<url>https://github.com/lucidsoftware</url>
</organization>
<scm>
<url>https://github.com/lucidsoftware/java-thread-context</url>
<connection>scm:git:git@github.com:lucidsoftware/java-thread-context</connection>
</scm>
<developers>
<developer>
<id>pauldraper</id>
<name>Paul Draper</name>
<url>https://github.com/pauldraper</url>
<email>paulddraper@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-core_2.12</artifactId>
<version>3.8.8</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>