| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.outworkers |
| ArtifactId | ArtifactIdphantom-monix_2.10 |
| Version | Version2.34.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| phantom-monix_2.10-2.34.4.pom | |
| phantom-monix_2.10-2.34.4.jar | 34 KB |
| phantom-monix_2.10-2.34.4-sources.jar | 4 KB |
| phantom-monix_2.10-2.34.4-javadoc.jar | 370 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.outworkers/phantom-monix_2.10/ -->
<dependency>
<groupId>com.outworkers</groupId>
<artifactId>phantom-monix_2.10</artifactId>
<version>2.34.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.outworkers/phantom-monix_2.10/
implementation 'com.outworkers:phantom-monix_2.10:2.34.4'
// https://jarcasting.com/artifacts/com.outworkers/phantom-monix_2.10/
implementation ("com.outworkers:phantom-monix_2.10:2.34.4")
'com.outworkers:phantom-monix_2.10:jar:2.34.4'
<dependency org="com.outworkers" name="phantom-monix_2.10" rev="2.34.4">
<artifact name="phantom-monix_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outworkers', module='phantom-monix_2.10', version='2.34.4')
)
libraryDependencies += "com.outworkers" % "phantom-monix_2.10" % "2.34.4"
[com.outworkers/phantom-monix_2.10 "2.34.4"]