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