GroupId | GroupIdcom.sothree.slidinguppanel |
---|---|
ArtifactId | ArtifactIdlibrary |
Version | Version2.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
library-2.0.3.pom | |
library-2.0.3.aar | 41 KB |
library-2.0.3-sources.jar | 261 bytes |
library-2.0.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.sothree.slidinguppanel/library/ -->
<dependency>
<groupId>com.sothree.slidinguppanel</groupId>
<artifactId>library</artifactId>
<version>2.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.sothree.slidinguppanel/library/
implementation 'com.sothree.slidinguppanel:library:2.0.3'
// https://jarcasting.com/artifacts/com.sothree.slidinguppanel/library/
implementation ("com.sothree.slidinguppanel:library:2.0.3")
'com.sothree.slidinguppanel:library:aar:2.0.3'
<dependency org="com.sothree.slidinguppanel" name="library" rev="2.0.3">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.sothree.slidinguppanel', module='library', version='2.0.3')
)
libraryDependencies += "com.sothree.slidinguppanel" % "library" % "2.0.3"
[com.sothree.slidinguppanel/library "2.0.3"]