is not current version
Last Version 0.0.2

io.tesla:tesla-concurrent-localrepo 0.0.1

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.

GroupId

GroupId

io.tesla
ArtifactId

ArtifactId

tesla-concurrent-localrepo
Version

Version

0.0.1
Type

Type

jar

Download tesla-concurrent-localrepo 0.0.1


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