License |
License |
---|---|
GroupId | GroupIdde.sciss |
ArtifactId | ArtifactIdasyncfile_2.13 |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAsyncFile
A library to read and write files asynchronously on the JVM and JS
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
asyncfile_2.13-0.2.1.pom | |
asyncfile_2.13-0.2.1.jar | 46 KB |
asyncfile_2.13-0.2.1-sources.jar | 12 KB |
asyncfile_2.13-0.2.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.sciss/asyncfile_2.13/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>asyncfile_2.13</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/asyncfile_2.13/
implementation 'de.sciss:asyncfile_2.13:0.2.1'
// https://jarcasting.com/artifacts/de.sciss/asyncfile_2.13/
implementation ("de.sciss:asyncfile_2.13:0.2.1")
'de.sciss:asyncfile_2.13:jar:0.2.1'
<dependency org="de.sciss" name="asyncfile_2.13" rev="0.2.1">
<artifact name="asyncfile_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='asyncfile_2.13', version='0.2.1')
)
libraryDependencies += "de.sciss" % "asyncfile_2.13" % "0.2.1"
[de.sciss/asyncfile_2.13 "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.6 |
de.sciss : log_2.13 | jar | 0.1.1 |
de.sciss : model_2.13 | jar | 0.3.5 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.13 | jar | 3.2.10 |