GroupId | GroupIdio.moia |
---|---|
ArtifactId | ArtifactIdstreamee_2.12 |
Version | Version4.0.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
streamee_2.12-4.0.0-RC1.pom | |
streamee_2.12-4.0.0-RC1.jar | 43 KB |
streamee_2.12-4.0.0-RC1-sources.jar | 6 KB |
streamee_2.12-4.0.0-RC1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.moia/streamee_2.12/ -->
<dependency>
<groupId>io.moia</groupId>
<artifactId>streamee_2.12</artifactId>
<version>4.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.moia/streamee_2.12/
implementation 'io.moia:streamee_2.12:4.0.0-RC1'
// https://jarcasting.com/artifacts/io.moia/streamee_2.12/
implementation ("io.moia:streamee_2.12:4.0.0-RC1")
'io.moia:streamee_2.12:jar:4.0.0-RC1'
<dependency org="io.moia" name="streamee_2.12" rev="4.0.0-RC1">
<artifact name="streamee_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.moia', module='streamee_2.12', version='4.0.0-RC1')
)
libraryDependencies += "io.moia" % "streamee_2.12" % "4.0.0-RC1"
[io.moia/streamee_2.12 "4.0.0-RC1"]