Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.alorma |
ArtifactId | ArtifactIddrawer-modules |
Version | Version1.0.0-beta01.lib-02 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.alorma/drawer-modules/ -->
<dependency>
<groupId>com.github.alorma</groupId>
<artifactId>drawer-modules</artifactId>
<version>1.0.0-beta01.lib-02</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.alorma/drawer-modules/
implementation 'com.github.alorma:drawer-modules:1.0.0-beta01.lib-02'
// https://jarcasting.com/artifacts/com.github.alorma/drawer-modules/
implementation ("com.github.alorma:drawer-modules:1.0.0-beta01.lib-02")
'com.github.alorma:drawer-modules:aar:1.0.0-beta01.lib-02'
<dependency org="com.github.alorma" name="drawer-modules" rev="1.0.0-beta01.lib-02">
<artifact name="drawer-modules" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.alorma', module='drawer-modules', version='1.0.0-beta01.lib-02')
)
libraryDependencies += "com.github.alorma" % "drawer-modules" % "1.0.0-beta01.lib-02"
[com.github.alorma/drawer-modules "1.0.0-beta01.lib-02"]