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