GroupId | GroupIdcom.pddstudio |
---|---|
ArtifactId | ArtifactIdstarview |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
starview-1.0.0.pom | |
starview-1.0.0.aar | 27 KB |
starview-1.0.0-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pddstudio/starview/ -->
<dependency>
<groupId>com.pddstudio</groupId>
<artifactId>starview</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.pddstudio/starview/
implementation 'com.pddstudio:starview:1.0.0'
// https://jarcasting.com/artifacts/com.pddstudio/starview/
implementation ("com.pddstudio:starview:1.0.0")
'com.pddstudio:starview:aar:1.0.0'
<dependency org="com.pddstudio" name="starview" rev="1.0.0">
<artifact name="starview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.pddstudio', module='starview', version='1.0.0')
)
libraryDependencies += "com.pddstudio" % "starview" % "1.0.0"
[com.pddstudio/starview "1.0.0"]