GroupId | GroupIdcom.github.VyacheslavShmakin |
---|---|
ArtifactId | ArtifactIdmaterial-raised-button |
Version | Version1.1.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.VyacheslavShmakin/material-raised-button/ -->
<dependency>
<groupId>com.github.VyacheslavShmakin</groupId>
<artifactId>material-raised-button</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.VyacheslavShmakin/material-raised-button/
implementation 'com.github.VyacheslavShmakin:material-raised-button:1.1.0'
// https://jarcasting.com/artifacts/com.github.VyacheslavShmakin/material-raised-button/
implementation ("com.github.VyacheslavShmakin:material-raised-button:1.1.0")
'com.github.VyacheslavShmakin:material-raised-button:aar:1.1.0'
<dependency org="com.github.VyacheslavShmakin" name="material-raised-button" rev="1.1.0">
<artifact name="material-raised-button" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.VyacheslavShmakin', module='material-raised-button', version='1.1.0')
)
libraryDependencies += "com.github.VyacheslavShmakin" % "material-raised-button" % "1.1.0"
[com.github.VyacheslavShmakin/material-raised-button "1.1.0"]