GroupId | GroupIdcom.github.skydoves |
---|---|
ArtifactId | ArtifactIdsubmarine |
Version | Version1.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
submarine-1.0.4.pom | |
submarine-1.0.4.aar | 59 KB |
submarine-1.0.4-sources.jar | 13 KB |
submarine-1.0.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skydoves/submarine/ -->
<dependency>
<groupId>com.github.skydoves</groupId>
<artifactId>submarine</artifactId>
<version>1.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skydoves/submarine/
implementation 'com.github.skydoves:submarine:1.0.4'
// https://jarcasting.com/artifacts/com.github.skydoves/submarine/
implementation ("com.github.skydoves:submarine:1.0.4")
'com.github.skydoves:submarine:aar:1.0.4'
<dependency org="com.github.skydoves" name="submarine" rev="1.0.4">
<artifact name="submarine" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skydoves', module='submarine', version='1.0.4')
)
libraryDependencies += "com.github.skydoves" % "submarine" % "1.0.4"
[com.github.skydoves/submarine "1.0.4"]