Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.fortytwo.stream |
ArtifactId | ArtifactIdstream42-examples |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
stream42-examples-1.1.pom | |
stream42-examples-1.1.jar | 7 KB |
stream42-examples-1.1-tests.jar | 1 KB |
stream42-examples-1.1-sources.jar | 4 KB |
stream42-examples-1.1-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.fortytwo.stream/stream42-examples/ -->
<dependency>
<groupId>net.fortytwo.stream</groupId>
<artifactId>stream42-examples</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.fortytwo.stream/stream42-examples/
implementation 'net.fortytwo.stream:stream42-examples:1.1'
// https://jarcasting.com/artifacts/net.fortytwo.stream/stream42-examples/
implementation ("net.fortytwo.stream:stream42-examples:1.1")
'net.fortytwo.stream:stream42-examples:jar:1.1'
<dependency org="net.fortytwo.stream" name="stream42-examples" rev="1.1">
<artifact name="stream42-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.fortytwo.stream', module='stream42-examples', version='1.1')
)
libraryDependencies += "net.fortytwo.stream" % "stream42-examples" % "1.1"
[net.fortytwo.stream/stream42-examples "1.1"]