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