| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.outworkers |
| ArtifactId | ArtifactIdphantom-streams_2.10 |
| Version | Version2.14.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| phantom-streams_2.10-2.14.2.pom | |
| phantom-streams_2.10-2.14.2.jar | 123 KB |
| phantom-streams_2.10-2.14.2-sources.jar | 17 KB |
| phantom-streams_2.10-2.14.2-javadoc.jar | 414 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.14.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.outworkers/phantom-streams_2.10/
implementation 'com.outworkers:phantom-streams_2.10:2.14.2'
// https://jarcasting.com/artifacts/com.outworkers/phantom-streams_2.10/
implementation ("com.outworkers:phantom-streams_2.10:2.14.2")
'com.outworkers:phantom-streams_2.10:jar:2.14.2'
<dependency org="com.outworkers" name="phantom-streams_2.10" rev="2.14.2">
<artifact name="phantom-streams_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outworkers', module='phantom-streams_2.10', version='2.14.2')
)
libraryDependencies += "com.outworkers" % "phantom-streams_2.10" % "2.14.2"
[com.outworkers/phantom-streams_2.10 "2.14.2"]