| License |
License
The Artistic License 2.0
|
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcom.github.phantomthief |
| ArtifactId | ArtifactIdscope |
| Last Version | Last Version1.0.20 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionscope
A thread local based scope api preventing thread local leaking.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| scope-1.0.20.pom | |
| scope-1.0.20.jar | 31 KB |
| scope-1.0.20-sources.jar | 16 KB |
| scope-1.0.20-javadoc.jar | 55 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |