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