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