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