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