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