is not current version
Last Version 0.2.1

de.sciss:asyncfile_3 0.2.0

A library to read and write files asynchronously on the JVM and JS

GroupId

GroupId

de.sciss
ArtifactId

ArtifactId

asyncfile_3
Version

Version

0.2.0
Type

Type

jar

Download asyncfile_3 0.2.0


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