is not current version
Last Version 2.2.0

com.shedhack.thread:thread-context-aspect 1.0.5

Aspect sets the thread context for a given pointcut.

GroupId

GroupId

com.shedhack.thread
ArtifactId

ArtifactId

thread-context-aspect
Version

Version

1.0.5
Type

Type

jar

Download thread-context-aspect 1.0.5


<!-- https://jarcasting.com/artifacts/com.shedhack.thread/thread-context-aspect/ -->
<dependency>
    <groupId>com.shedhack.thread</groupId>
    <artifactId>thread-context-aspect</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.shedhack.thread/thread-context-aspect/
implementation 'com.shedhack.thread:thread-context-aspect:1.0.5'
// https://jarcasting.com/artifacts/com.shedhack.thread/thread-context-aspect/
implementation ("com.shedhack.thread:thread-context-aspect:1.0.5")
'com.shedhack.thread:thread-context-aspect:jar:1.0.5'
<dependency org="com.shedhack.thread" name="thread-context-aspect" rev="1.0.5">
  <artifact name="thread-context-aspect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shedhack.thread', module='thread-context-aspect', version='1.0.5')
)
libraryDependencies += "com.shedhack.thread" % "thread-context-aspect" % "1.0.5"
[com.shedhack.thread/thread-context-aspect "1.0.5"]