scope

A thread local based scope api preventing thread local leaking.

License

License

The Artistic License 2.0
Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.phantomthief
ArtifactId

ArtifactId

scope
Last Version

Last Version

1.0.20
Release Date

Release Date

Type

Type

jar
Description

Description

scope
A thread local based scope api preventing thread local leaking.
Project URL

Project URL

https://github.com/PhantomThief/scope
Source Code Management

Source Code Management

https://github.com/PhantomThief/scope.git

Download scope

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.google.guava : guava jar 28.1-jre
com.github.phantomthief : more-lambdas jar 0.1.8
io.netty : netty-common Optional jar 4.1.32.Final
com.google.code.findbugs : jsr305 Optional jar 3.0.2

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar
org.junit.jupiter : junit-jupiter-engine jar
ch.qos.logback : logback-classic jar 1.2.3
org.openjdk.jmh : jmh-core jar 1.23
org.openjdk.jmh : jmh-generator-annprocess jar 1.23

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.20
1.0.19
1.0.18
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0