GroupId | GroupIdde.sciss |
---|---|
ArtifactId | ArtifactIdasyncfile_3.0.0-M1 |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
asyncfile_3.0.0-M1-0.1.0.pom | |
asyncfile_3.0.0-M1-0.1.0.jar | 62 KB |
asyncfile_3.0.0-M1-0.1.0-sources.jar | 12 KB |
asyncfile_3.0.0-M1-0.1.0-javadoc.jar | 207 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/de.sciss/asyncfile_3.0.0-M1/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>asyncfile_3.0.0-M1</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/asyncfile_3.0.0-M1/
implementation 'de.sciss:asyncfile_3.0.0-M1:0.1.0'
// https://jarcasting.com/artifacts/de.sciss/asyncfile_3.0.0-M1/
implementation ("de.sciss:asyncfile_3.0.0-M1:0.1.0")
'de.sciss:asyncfile_3.0.0-M1:jar:0.1.0'
<dependency org="de.sciss" name="asyncfile_3.0.0-M1" rev="0.1.0">
<artifact name="asyncfile_3.0.0-M1" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='asyncfile_3.0.0-M1', version='0.1.0')
)
libraryDependencies += "de.sciss" % "asyncfile_3.0.0-M1" % "0.1.0"
[de.sciss/asyncfile_3.0.0-M1 "0.1.0"]