Last Version

Takari :: Concurrent Local Repository 0.0.7

This extension for Aether contains a synchronization context that employs OS-level file locks to enable safe concurrent access to the local repository across processes.

License

License

GroupId

GroupId

io.takari.aether
ArtifactId

ArtifactId

takari-concurrent-localrepo
Version

Version

0.0.7
Type

Type

jar
Description

Description

Takari :: Concurrent Local Repository
This extension for Aether contains a synchronization context that employs OS-level file locks to enable safe concurrent access to the local repository across processes.
Source Code Management

Source Code Management

http://github.com/takari/takari-concurrent-localrepo

Download takari-concurrent-localrepo 0.0.7


<!-- https://jarcasting.com/artifacts/io.takari.aether/takari-concurrent-localrepo/ -->
<dependency>
    <groupId>io.takari.aether</groupId>
    <artifactId>takari-concurrent-localrepo</artifactId>
    <version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.takari.aether/takari-concurrent-localrepo/
implementation 'io.takari.aether:takari-concurrent-localrepo:0.0.7'
// https://jarcasting.com/artifacts/io.takari.aether/takari-concurrent-localrepo/
implementation ("io.takari.aether:takari-concurrent-localrepo:0.0.7")
'io.takari.aether:takari-concurrent-localrepo:jar:0.0.7'
<dependency org="io.takari.aether" name="takari-concurrent-localrepo" rev="0.0.7">
  <artifact name="takari-concurrent-localrepo" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.takari.aether', module='takari-concurrent-localrepo', version='0.0.7')
)
libraryDependencies += "io.takari.aether" % "takari-concurrent-localrepo" % "0.0.7"
[io.takari.aether/takari-concurrent-localrepo "0.0.7"]

Dependencies

compile (2)

Group / Artifact Type Version
io.takari : takari-filelock jar 0.0.5
org.slf4j : slf4j-api jar 1.7.5

provided (4)

Group / Artifact Type Version
org.eclipse.aether : aether-api jar 0.9.0.M2
org.eclipse.aether : aether-spi jar 0.9.0.M2
org.eclipse.aether : aether-impl jar 0.9.0.M2
org.codehaus.plexus : plexus-component-annotations jar 1.5.5

test (4)

Group / Artifact Type Version
org.eclipse.aether : aether-test-util jar 0.9.0.M2
junit : junit jar 4.8.1
com.googlecode.multithreadedtc : multithreadedtc jar 1.01
org.slf4j : slf4j-simple jar 1.7.5

Project Modules

There are no modules declared in this project.