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