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