GroupId | GroupIdio.arrow-kt |
---|---|
ArtifactId | ArtifactIdarrow-core-test |
Version | Version1.1.3-alpha.19 |
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.1.3-alpha.19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-core-test/
implementation 'io.arrow-kt:arrow-core-test:1.1.3-alpha.19'
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-core-test/
implementation ("io.arrow-kt:arrow-core-test:1.1.3-alpha.19")
'io.arrow-kt:arrow-core-test:pom:1.1.3-alpha.19'
<dependency org="io.arrow-kt" name="arrow-core-test" rev="1.1.3-alpha.19">
<artifact name="arrow-core-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.arrow-kt', module='arrow-core-test', version='1.1.3-alpha.19')
)
libraryDependencies += "io.arrow-kt" % "arrow-core-test" % "1.1.3-alpha.19"
[io.arrow-kt/arrow-core-test "1.1.3-alpha.19"]