License |
License |
---|---|
GroupId | GroupIdde.sciss |
ArtifactId | ArtifactIdasyncfile_3 |
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_3-0.2.1.pom | |
asyncfile_3-0.2.1.jar | 64 KB |
asyncfile_3-0.2.1-sources.jar | 12 KB |
asyncfile_3-0.2.1-javadoc.jar | 239 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.sciss/asyncfile_3/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>asyncfile_3</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/asyncfile_3/
implementation 'de.sciss:asyncfile_3:0.2.1'
// https://jarcasting.com/artifacts/de.sciss/asyncfile_3/
implementation ("de.sciss:asyncfile_3:0.2.1")
'de.sciss:asyncfile_3:jar:0.2.1'
<dependency org="de.sciss" name="asyncfile_3" rev="0.2.1">
<artifact name="asyncfile_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='asyncfile_3', version='0.2.1')
)
libraryDependencies += "de.sciss" % "asyncfile_3" % "0.2.1"
[de.sciss/asyncfile_3 "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala3-library_3 | jar | 3.0.2 |
de.sciss : log_3 | jar | 0.1.1 |
de.sciss : model_3 | jar | 0.3.5 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_3 | jar | 3.2.10 |