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