GroupId | GroupIdio.arrow-kt |
---|---|
ArtifactId | ArtifactIdarrow-free |
Version | Version0.10.0 |
Type | Typejar |
Filename | Size |
---|---|
arrow-free-0.10.0.pom | |
arrow-free-0.10.0.jar | 161 KB |
arrow-free-0.10.0-sources.jar | 21 KB |
arrow-free-0.10.0-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.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-free/
implementation 'io.arrow-kt:arrow-free:0.10.0'
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-free/
implementation ("io.arrow-kt:arrow-free:0.10.0")
'io.arrow-kt:arrow-free:jar:0.10.0'
<dependency org="io.arrow-kt" name="arrow-free" rev="0.10.0">
<artifact name="arrow-free" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.arrow-kt', module='arrow-free', version='0.10.0')
)
libraryDependencies += "io.arrow-kt" % "arrow-free" % "0.10.0"
[io.arrow-kt/arrow-free "0.10.0"]