GroupId | GroupIdcom.github.traex.expandablelayout |
---|---|
ArtifactId | ArtifactIdlibrary |
Version | Version1.2.3 |
Type | Typeaar |
Filename | Size |
---|---|
library-1.2.3.pom | |
library-1.2.3.aar | 18 KB |
library-1.2.3-sources.jar | 6 KB |
library-1.2.3-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.traex.expandablelayout/library/ -->
<dependency>
<groupId>com.github.traex.expandablelayout</groupId>
<artifactId>library</artifactId>
<version>1.2.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.traex.expandablelayout/library/
implementation 'com.github.traex.expandablelayout:library:1.2.3'
// https://jarcasting.com/artifacts/com.github.traex.expandablelayout/library/
implementation ("com.github.traex.expandablelayout:library:1.2.3")
'com.github.traex.expandablelayout:library:aar:1.2.3'
<dependency org="com.github.traex.expandablelayout" name="library" rev="1.2.3">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.traex.expandablelayout', module='library', version='1.2.3')
)
libraryDependencies += "com.github.traex.expandablelayout" % "library" % "1.2.3"
[com.github.traex.expandablelayout/library "1.2.3"]