GroupId | GroupIdio.github.timwspence |
---|---|
ArtifactId | ArtifactIdcats-stm_2.12 |
Version | Version0.10.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
cats-stm_2.12-0.10.0-RC1.pom | |
cats-stm_2.12-0.10.0-RC1.jar | 123 KB |
cats-stm_2.12-0.10.0-RC1-sources.jar | 12 KB |
cats-stm_2.12-0.10.0-RC1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.timwspence/cats-stm_2.12/ -->
<dependency>
<groupId>io.github.timwspence</groupId>
<artifactId>cats-stm_2.12</artifactId>
<version>0.10.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.timwspence/cats-stm_2.12/
implementation 'io.github.timwspence:cats-stm_2.12:0.10.0-RC1'
// https://jarcasting.com/artifacts/io.github.timwspence/cats-stm_2.12/
implementation ("io.github.timwspence:cats-stm_2.12:0.10.0-RC1")
'io.github.timwspence:cats-stm_2.12:jar:0.10.0-RC1'
<dependency org="io.github.timwspence" name="cats-stm_2.12" rev="0.10.0-RC1">
<artifact name="cats-stm_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.timwspence', module='cats-stm_2.12', version='0.10.0-RC1')
)
libraryDependencies += "io.github.timwspence" % "cats-stm_2.12" % "0.10.0-RC1"
[io.github.timwspence/cats-stm_2.12 "0.10.0-RC1"]