GroupId | GroupIdexcalibur |
---|---|
ArtifactId | ArtifactIdexcalibur-threadcontext |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
excalibur-threadcontext-1.0.pom | |
excalibur-threadcontext-1.0.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/excalibur/excalibur-threadcontext/ -->
<dependency>
<groupId>excalibur</groupId>
<artifactId>excalibur-threadcontext</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/excalibur/excalibur-threadcontext/
implementation 'excalibur:excalibur-threadcontext:1.0'
// https://jarcasting.com/artifacts/excalibur/excalibur-threadcontext/
implementation ("excalibur:excalibur-threadcontext:1.0")
'excalibur:excalibur-threadcontext:jar:1.0'
<dependency org="excalibur" name="excalibur-threadcontext" rev="1.0">
<artifact name="excalibur-threadcontext" type="jar" />
</dependency>
@Grapes(
@Grab(group='excalibur', module='excalibur-threadcontext', version='1.0')
)
libraryDependencies += "excalibur" % "excalibur-threadcontext" % "1.0"
[excalibur/excalibur-threadcontext "1.0"]