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