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