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