GroupId | GroupIdio.arrow-kt |
---|---|
ArtifactId | ArtifactIdarrow-free |
Version | Version0.7.3 |
Type | Typejar |
Filename | Size |
---|---|
arrow-free-0.7.3.pom | |
arrow-free-0.7.3.jar | 219 KB |
arrow-free-0.7.3-sources.jar | 14 KB |
arrow-free-0.7.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.arrow-kt/arrow-free/ -->
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-free</artifactId>
<version>0.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-free/
implementation 'io.arrow-kt:arrow-free:0.7.3'
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-free/
implementation ("io.arrow-kt:arrow-free:0.7.3")
'io.arrow-kt:arrow-free:jar:0.7.3'
<dependency org="io.arrow-kt" name="arrow-free" rev="0.7.3">
<artifact name="arrow-free" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.arrow-kt', module='arrow-free', version='0.7.3')
)
libraryDependencies += "io.arrow-kt" % "arrow-free" % "0.7.3"
[io.arrow-kt/arrow-free "0.7.3"]