GroupId | GroupIdcom.shipdream |
---|---|
ArtifactId | ArtifactIdview |
Version | Version0.1.1 |
Type | Typeaar |
Filename | Size |
---|---|
view-0.1.1.pom | |
view-0.1.1.aar | 41 KB |
view-0.1.1-sources.jar | 18 KB |
view-0.1.1-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shipdream/view/ -->
<dependency>
<groupId>com.shipdream</groupId>
<artifactId>view</artifactId>
<version>0.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.shipdream/view/
implementation 'com.shipdream:view:0.1.1'
// https://jarcasting.com/artifacts/com.shipdream/view/
implementation ("com.shipdream:view:0.1.1")
'com.shipdream:view:aar:0.1.1'
<dependency org="com.shipdream" name="view" rev="0.1.1">
<artifact name="view" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.shipdream', module='view', version='0.1.1')
)
libraryDependencies += "com.shipdream" % "view" % "0.1.1"
[com.shipdream/view "0.1.1"]