GroupId | GroupIdtech.guyi.ipojo |
---|---|
ArtifactId | ArtifactIdstream |
Version | Version1.0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
stream-1.0.0.1.pom | |
stream-1.0.0.1.jar | 19 KB |
stream-1.0.0.1-sources.jar | 9 KB |
stream-1.0.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.guyi.ipojo/stream/
implementation 'tech.guyi.ipojo:stream:1.0.0.1'
// https://jarcasting.com/artifacts/tech.guyi.ipojo/stream/
implementation ("tech.guyi.ipojo:stream:1.0.0.1")
'tech.guyi.ipojo:stream:jar:1.0.0.1'
<dependency org="tech.guyi.ipojo" name="stream" rev="1.0.0.1">
<artifact name="stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.guyi.ipojo', module='stream', version='1.0.0.1')
)
libraryDependencies += "tech.guyi.ipojo" % "stream" % "1.0.0.1"
[tech.guyi.ipojo/stream "1.0.0.1"]