GroupId | GroupIdcom.shedhack.thread |
---|---|
ArtifactId | ArtifactIdthread-context-aspect |
Version | Version1.0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.shedhack.thread/thread-context-aspect/ -->
<dependency>
<groupId>com.shedhack.thread</groupId>
<artifactId>thread-context-aspect</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.shedhack.thread/thread-context-aspect/
implementation 'com.shedhack.thread:thread-context-aspect:1.0.8'
// https://jarcasting.com/artifacts/com.shedhack.thread/thread-context-aspect/
implementation ("com.shedhack.thread:thread-context-aspect:1.0.8")
'com.shedhack.thread:thread-context-aspect:jar:1.0.8'
<dependency org="com.shedhack.thread" name="thread-context-aspect" rev="1.0.8">
<artifact name="thread-context-aspect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shedhack.thread', module='thread-context-aspect', version='1.0.8')
)
libraryDependencies += "com.shedhack.thread" % "thread-context-aspect" % "1.0.8"
[com.shedhack.thread/thread-context-aspect "1.0.8"]