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