is not current version
Last Version 1.0.20

com.github.phantomthief:scope 1.0.13

A thread local based scope api preventing thread local leaking.

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.phantomthief
ArtifactId

ArtifactId

scope
Version

Version

1.0.13
Type

Type

jar

Download scope 1.0.13


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