Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.arrow-kt |
ArtifactId | ArtifactIdarrow-stack-myPlatform |
Version | Version1.0.2-alpha.39 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.arrow-kt/arrow-stack-myPlatform/ -->
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-stack-myPlatform</artifactId>
<version>1.0.2-alpha.39</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-stack-myPlatform/
implementation 'io.arrow-kt:arrow-stack-myPlatform:1.0.2-alpha.39'
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-stack-myPlatform/
implementation ("io.arrow-kt:arrow-stack-myPlatform:1.0.2-alpha.39")
'io.arrow-kt:arrow-stack-myPlatform:pom:1.0.2-alpha.39'
<dependency org="io.arrow-kt" name="arrow-stack-myPlatform" rev="1.0.2-alpha.39">
<artifact name="arrow-stack-myPlatform" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.arrow-kt', module='arrow-stack-myPlatform', version='1.0.2-alpha.39')
)
libraryDependencies += "io.arrow-kt" % "arrow-stack-myPlatform" % "1.0.2-alpha.39"
[io.arrow-kt/arrow-stack-myPlatform "1.0.2-alpha.39"]