| License |
License |
|---|---|
| GroupId | GroupIdorg.sonatype.aether |
| ArtifactId | ArtifactIdaether-concurrency |
| Last Version | Last Version1.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAether :: Concurrency Extensions
This extension for Aether contains an installer that is safe for concurrent use.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| aether-concurrency-1.8.pom | |
| aether-concurrency-1.8.jar | 29 KB |
| aether-concurrency-1.8-sources.jar | 15 KB |
| aether-concurrency-1.8-source-release.zip | 31 KB |
| aether-concurrency-1.8-javadoc.jar | 77 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.aether/aether-concurrency/ -->
<dependency>
<groupId>org.sonatype.aether</groupId>
<artifactId>aether-concurrency</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.aether/aether-concurrency/
implementation 'org.sonatype.aether:aether-concurrency:1.8'
// https://jarcasting.com/artifacts/org.sonatype.aether/aether-concurrency/
implementation ("org.sonatype.aether:aether-concurrency:1.8")
'org.sonatype.aether:aether-concurrency:jar:1.8'
<dependency org="org.sonatype.aether" name="aether-concurrency" rev="1.8">
<artifact name="aether-concurrency" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.aether', module='aether-concurrency', version='1.8')
)
libraryDependencies += "org.sonatype.aether" % "aether-concurrency" % "1.8"
[org.sonatype.aether/aether-concurrency "1.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.sonatype.aether : aether-api | jar | 1.8 |
| org.sonatype.aether : aether-spi | jar | 1.8 |
| org.sonatype.aether : aether-util | jar | 1.8 |
| org.sonatype.aether : aether-impl | jar | 1.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.plexus : plexus-component-annotations | jar | 1.5.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |
| org.sonatype.aether : aether-test-util | jar | 1.8 |
| com.googlecode.multithreadedtc : multithreadedtc | jar | 1.01 |