GroupId | GroupIdio.github.vampireachao |
---|---|
ArtifactId | ArtifactIdstream-core |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
stream-core-0.0.3.pom | |
stream-core-0.0.3.jar | 2 KB |
stream-core-0.0.3-sources.jar | 2 KB |
stream-core-0.0.3-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.vampireachao/stream-core/ -->
<dependency>
<groupId>io.github.vampireachao</groupId>
<artifactId>stream-core</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.vampireachao/stream-core/
implementation 'io.github.vampireachao:stream-core:0.0.3'
// https://jarcasting.com/artifacts/io.github.vampireachao/stream-core/
implementation ("io.github.vampireachao:stream-core:0.0.3")
'io.github.vampireachao:stream-core:jar:0.0.3'
<dependency org="io.github.vampireachao" name="stream-core" rev="0.0.3">
<artifact name="stream-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.vampireachao', module='stream-core', version='0.0.3')
)
libraryDependencies += "io.github.vampireachao" % "stream-core" % "0.0.3"
[io.github.vampireachao/stream-core "0.0.3"]