| GroupId | GroupIdcom.outworkers |
|---|---|
| ArtifactId | ArtifactIdutil-lift-cats_2.11 |
| Version | Version0.38.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| util-lift-cats_2.11-0.38.0.pom | |
| util-lift-cats_2.11-0.38.0.jar | 107 KB |
| util-lift-cats_2.11-0.38.0-sources.jar | 8 KB |
| util-lift-cats_2.11-0.38.0-javadoc.jar | 431 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.outworkers/util-lift-cats_2.11/ -->
<dependency>
<groupId>com.outworkers</groupId>
<artifactId>util-lift-cats_2.11</artifactId>
<version>0.38.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.outworkers/util-lift-cats_2.11/
implementation 'com.outworkers:util-lift-cats_2.11:0.38.0'
// https://jarcasting.com/artifacts/com.outworkers/util-lift-cats_2.11/
implementation ("com.outworkers:util-lift-cats_2.11:0.38.0")
'com.outworkers:util-lift-cats_2.11:jar:0.38.0'
<dependency org="com.outworkers" name="util-lift-cats_2.11" rev="0.38.0">
<artifact name="util-lift-cats_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outworkers', module='util-lift-cats_2.11', version='0.38.0')
)
libraryDependencies += "com.outworkers" % "util-lift-cats_2.11" % "0.38.0"
[com.outworkers/util-lift-cats_2.11 "0.38.0"]