License |
License |
---|---|
GroupId | GroupIdde.halfbit |
ArtifactId | ArtifactIdedge-to-edge |
Version | Version1.0-rc1 |
Type | Typeaar |
Description |
DescriptionEdge-to-Edge
Android library for enabling edge-to-edge content and insetting widgets.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
edge-to-edge-1.0-rc1.pom | |
edge-to-edge-1.0-rc1-sources.jar | 4 KB |
edge-to-edge-1.0-rc1-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.halfbit/edge-to-edge/ -->
<dependency>
<groupId>de.halfbit</groupId>
<artifactId>edge-to-edge</artifactId>
<version>1.0-rc1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/de.halfbit/edge-to-edge/
implementation 'de.halfbit:edge-to-edge:1.0-rc1'
// https://jarcasting.com/artifacts/de.halfbit/edge-to-edge/
implementation ("de.halfbit:edge-to-edge:1.0-rc1")
'de.halfbit:edge-to-edge:aar:1.0-rc1'
<dependency org="de.halfbit" name="edge-to-edge" rev="1.0-rc1">
<artifact name="edge-to-edge" type="aar" />
</dependency>
@Grapes(
@Grab(group='de.halfbit', module='edge-to-edge', version='1.0-rc1')
)
libraryDependencies += "de.halfbit" % "edge-to-edge" % "1.0-rc1"
[de.halfbit/edge-to-edge "1.0-rc1"]