| Группа | Группаcom.annimon |
|---|---|
| Идентификатор | Идентификаторstream-test |
| Версия | Версия1.1.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| stream-test-1.1.5.pom | |
| stream-test-1.1.5.jar | 39 KB |
| stream-test-1.1.5-sources.jar | 8 KB |
| stream-test-1.1.5-javadoc.jar | 193 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.annimon/stream-test/ -->
<dependency>
<groupId>com.annimon</groupId>
<artifactId>stream-test</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.annimon/stream-test/
implementation 'com.annimon:stream-test:1.1.5'
// https://jarcasting.com/artifacts/com.annimon/stream-test/
implementation ("com.annimon:stream-test:1.1.5")
'com.annimon:stream-test:jar:1.1.5'
<dependency org="com.annimon" name="stream-test" rev="1.1.5">
<artifact name="stream-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.annimon', module='stream-test', version='1.1.5')
)
libraryDependencies += "com.annimon" % "stream-test" % "1.1.5"
[com.annimon/stream-test "1.1.5"]