Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.kasenna |
ArtifactId | ArtifactIdSideMenuDrawerLibrary |
Version | Version1.0.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.kasenna/SideMenuDrawerLibrary/ -->
<dependency>
<groupId>com.github.kasenna</groupId>
<artifactId>SideMenuDrawerLibrary</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kasenna/SideMenuDrawerLibrary/
implementation 'com.github.kasenna:SideMenuDrawerLibrary:1.0.0'
// https://jarcasting.com/artifacts/com.github.kasenna/SideMenuDrawerLibrary/
implementation ("com.github.kasenna:SideMenuDrawerLibrary:1.0.0")
'com.github.kasenna:SideMenuDrawerLibrary:aar:1.0.0'
<dependency org="com.github.kasenna" name="SideMenuDrawerLibrary" rev="1.0.0">
<artifact name="SideMenuDrawerLibrary" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.kasenna', module='SideMenuDrawerLibrary', version='1.0.0')
)
libraryDependencies += "com.github.kasenna" % "SideMenuDrawerLibrary" % "1.0.0"
[com.github.kasenna/SideMenuDrawerLibrary "1.0.0"]