GroupId | GroupIdcom.annimon |
---|---|
ArtifactId | ArtifactIdstream-test |
Version | Version1.1.8 |
Type | Typejar |
Filename | Size |
---|---|
stream-test-1.1.8.pom | |
stream-test-1.1.8.jar | 51 KB |
stream-test-1.1.8-sources.jar | 9 KB |
stream-test-1.1.8-javadoc.jar | 210 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.annimon/stream-test/ -->
<dependency>
<groupId>com.annimon</groupId>
<artifactId>stream-test</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.annimon/stream-test/
implementation 'com.annimon:stream-test:1.1.8'
// https://jarcasting.com/artifacts/com.annimon/stream-test/
implementation ("com.annimon:stream-test:1.1.8")
'com.annimon:stream-test:jar:1.1.8'
<dependency org="com.annimon" name="stream-test" rev="1.1.8">
<artifact name="stream-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.annimon', module='stream-test', version='1.1.8')
)
libraryDependencies += "com.annimon" % "stream-test" % "1.1.8"
[com.annimon/stream-test "1.1.8"]