Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIduk.co.caprica |
ArtifactId | ArtifactIdnative-streams |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
native-streams-1.0.0.pom | |
native-streams-1.0.0.jar | 4 KB |
native-streams-1.0.0-sources.jar | 5 KB |
native-streams-1.0.0-javadoc.jar | 364 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.co.caprica/native-streams/ -->
<dependency>
<groupId>uk.co.caprica</groupId>
<artifactId>native-streams</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.caprica/native-streams/
implementation 'uk.co.caprica:native-streams:1.0.0'
// https://jarcasting.com/artifacts/uk.co.caprica/native-streams/
implementation ("uk.co.caprica:native-streams:1.0.0")
'uk.co.caprica:native-streams:jar:1.0.0'
<dependency org="uk.co.caprica" name="native-streams" rev="1.0.0">
<artifact name="native-streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.caprica', module='native-streams', version='1.0.0')
)
libraryDependencies += "uk.co.caprica" % "native-streams" % "1.0.0"
[uk.co.caprica/native-streams "1.0.0"]