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