Tesla : 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.

License

License

GroupId

GroupId

io.tesla
ArtifactId

ArtifactId

tesla-concurrent-localrepo
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Tesla : 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/tesla/tesla-concurrent-localrepo

Download tesla-concurrent-localrepo

How to add to project

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

Dependencies

provided (4)

Group / Artifact Type Version
org.codehaus.plexus : plexus-component-annotations jar 1.5.5
org.sonatype.aether : aether-api jar 1.13.1
org.sonatype.aether : aether-spi jar 1.13.1
org.sonatype.aether : aether-impl jar 1.13.1

test (3)

Group / Artifact Type Version
org.sonatype.aether : aether-test-util jar 1.13.1
junit : junit jar 4.8.1
com.googlecode.multithreadedtc : multithreadedtc jar 1.01

Project Modules

There are no modules declared in this project.

Takari Concurrent Local Repository

The Takari Concurrent Local Repository component is a replacement for the management of a local Maven repository of a default Maven installation. It makes access to the local repository safe for concurrent access from multiple threads and Maven invocations.

Documentation for usage and more is available in the Takari TEAM documentation at http://takari.io/book/index.html

Versions

Version
0.0.2
0.0.1