| Categories |
CategoriesGit Development Tools Version Controls |
|---|---|
| GroupId | GroupIdcom.vogosport.git |
| ArtifactId | ArtifactIdplayerlib |
| Version | Version6.0.9 |
| Type | Typepom |
| Filename | Size |
|---|---|
| playerlib-6.0.9.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vogosport.git/playerlib/ -->
<dependency>
<groupId>com.vogosport.git</groupId>
<artifactId>playerlib</artifactId>
<version>6.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vogosport.git/playerlib/
implementation 'com.vogosport.git:playerlib:6.0.9'
// https://jarcasting.com/artifacts/com.vogosport.git/playerlib/
implementation ("com.vogosport.git:playerlib:6.0.9")
'com.vogosport.git:playerlib:pom:6.0.9'
<dependency org="com.vogosport.git" name="playerlib" rev="6.0.9">
<artifact name="playerlib" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vogosport.git', module='playerlib', version='6.0.9')
)
libraryDependencies += "com.vogosport.git" % "playerlib" % "6.0.9"
[com.vogosport.git/playerlib "6.0.9"]