GroupId | GroupIdcom.shedhack.thread |
---|---|
ArtifactId | ArtifactIdthread-context-aspect |
Version | Version1.0.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.shedhack.thread/thread-context-aspect/
implementation 'com.shedhack.thread:thread-context-aspect:1.0.3'
// https://jarcasting.com/artifacts/com.shedhack.thread/thread-context-aspect/
implementation ("com.shedhack.thread:thread-context-aspect:1.0.3")
'com.shedhack.thread:thread-context-aspect:jar:1.0.3'
<dependency org="com.shedhack.thread" name="thread-context-aspect" rev="1.0.3">
<artifact name="thread-context-aspect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shedhack.thread', module='thread-context-aspect', version='1.0.3')
)
libraryDependencies += "com.shedhack.thread" % "thread-context-aspect" % "1.0.3"
[com.shedhack.thread/thread-context-aspect "1.0.3"]