is not current version
Last Version 0.11.3

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

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.9.0
Type

Type

jar

Download takari-local-repository 0.9.0


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