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