GroupId | GroupIdio.arrow-kt |
---|---|
ArtifactId | ArtifactIdarrow-optics-test |
Version | Version1.1.3-alpha.9 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.arrow-kt/arrow-optics-test/ -->
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-optics-test</artifactId>
<version>1.1.3-alpha.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-optics-test/
implementation 'io.arrow-kt:arrow-optics-test:1.1.3-alpha.9'
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-optics-test/
implementation ("io.arrow-kt:arrow-optics-test:1.1.3-alpha.9")
'io.arrow-kt:arrow-optics-test:pom:1.1.3-alpha.9'
<dependency org="io.arrow-kt" name="arrow-optics-test" rev="1.1.3-alpha.9">
<artifact name="arrow-optics-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.arrow-kt', module='arrow-optics-test', version='1.1.3-alpha.9')
)
libraryDependencies += "io.arrow-kt" % "arrow-optics-test" % "1.1.3-alpha.9"
[io.arrow-kt/arrow-optics-test "1.1.3-alpha.9"]