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