is not current version
Last Version 0.11.3

io.takari.aether:takari-local-repository 0.10.2

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.takari.aether
ArtifactId

ArtifactId

takari-local-repository
Version

Version

0.10.2
Type

Type

jar

Download takari-local-repository 0.10.2


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