| GroupId | GroupIdio.github.pandulapeter.beagle |
|---|---|
| ArtifactId | ArtifactIdui-drawer |
| Version | Version2.8.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| ui-drawer-2.8.1.pom | |
| ui-drawer-2.8.1-sources.jar | 4 KB |
| ui-drawer-2.8.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.pandulapeter.beagle/ui-drawer/ -->
<dependency>
<groupId>io.github.pandulapeter.beagle</groupId>
<artifactId>ui-drawer</artifactId>
<version>2.8.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pandulapeter.beagle/ui-drawer/
implementation 'io.github.pandulapeter.beagle:ui-drawer:2.8.1'
// https://jarcasting.com/artifacts/io.github.pandulapeter.beagle/ui-drawer/
implementation ("io.github.pandulapeter.beagle:ui-drawer:2.8.1")
'io.github.pandulapeter.beagle:ui-drawer:aar:2.8.1'
<dependency org="io.github.pandulapeter.beagle" name="ui-drawer" rev="2.8.1">
<artifact name="ui-drawer" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.pandulapeter.beagle', module='ui-drawer', version='2.8.1')
)
libraryDependencies += "io.github.pandulapeter.beagle" % "ui-drawer" % "2.8.1"
[io.github.pandulapeter.beagle/ui-drawer "2.8.1"]