GroupId | GroupIdcom.sothree.slidinguppanel |
---|---|
ArtifactId | ArtifactIdlibrary |
Version | Version3.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
library-3.1.0.pom | |
library-3.1.0.aar | 34 KB |
library-3.1.0-sources.jar | 23 KB |
library-3.1.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.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.sothree.slidinguppanel/library/
implementation 'com.sothree.slidinguppanel:library:3.1.0'
// https://jarcasting.com/artifacts/com.sothree.slidinguppanel/library/
implementation ("com.sothree.slidinguppanel:library:3.1.0")
'com.sothree.slidinguppanel:library:aar:3.1.0'
<dependency org="com.sothree.slidinguppanel" name="library" rev="3.1.0">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.sothree.slidinguppanel', module='library', version='3.1.0')
)
libraryDependencies += "com.sothree.slidinguppanel" % "library" % "3.1.0"
[com.sothree.slidinguppanel/library "3.1.0"]