GroupId | GroupIdtech.guyi.ipojo |
---|---|
ArtifactId | ArtifactIdstream |
Version | Version1.0.0.0 |
Type | Typejar |
Filename | Size |
---|---|
stream-1.0.0.0.pom | |
stream-1.0.0.0.jar | 19 KB |
stream-1.0.0.0-sources.jar | 9 KB |
stream-1.0.0.0-javadoc.jar | 490 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.guyi.ipojo/stream/ -->
<dependency>
<groupId>tech.guyi.ipojo</groupId>
<artifactId>stream</artifactId>
<version>1.0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.guyi.ipojo/stream/
implementation 'tech.guyi.ipojo:stream:1.0.0.0'
// https://jarcasting.com/artifacts/tech.guyi.ipojo/stream/
implementation ("tech.guyi.ipojo:stream:1.0.0.0")
'tech.guyi.ipojo:stream:jar:1.0.0.0'
<dependency org="tech.guyi.ipojo" name="stream" rev="1.0.0.0">
<artifact name="stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.guyi.ipojo', module='stream', version='1.0.0.0')
)
libraryDependencies += "tech.guyi.ipojo" % "stream" % "1.0.0.0"
[tech.guyi.ipojo/stream "1.0.0.0"]