| GroupId | GroupIdcom.outworkers |
|---|---|
| ArtifactId | ArtifactIdutil-lift-cats_2.12 |
| Version | Version0.46.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.outworkers/util-lift-cats_2.12/ -->
<dependency>
<groupId>com.outworkers</groupId>
<artifactId>util-lift-cats_2.12</artifactId>
<version>0.46.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.outworkers/util-lift-cats_2.12/
implementation 'com.outworkers:util-lift-cats_2.12:0.46.1'
// https://jarcasting.com/artifacts/com.outworkers/util-lift-cats_2.12/
implementation ("com.outworkers:util-lift-cats_2.12:0.46.1")
'com.outworkers:util-lift-cats_2.12:jar:0.46.1'
<dependency org="com.outworkers" name="util-lift-cats_2.12" rev="0.46.1">
<artifact name="util-lift-cats_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outworkers', module='util-lift-cats_2.12', version='0.46.1')
)
libraryDependencies += "com.outworkers" % "util-lift-cats_2.12" % "0.46.1"
[com.outworkers/util-lift-cats_2.12 "0.46.1"]