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