| License |
License |
|---|---|
| GroupId | GroupIdcom.ceram1.droid |
| ArtifactId | ArtifactIdglobalcontext |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionAndroid Global Context
This library exports application context to everywhere. No static init(Context) method.
|
| Filename | Size |
|---|---|
| globalcontext-0.0.1.pom | |
| globalcontext-0.0.1.aar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ceram1.droid/globalcontext/ -->
<dependency>
<groupId>com.ceram1.droid</groupId>
<artifactId>globalcontext</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.ceram1.droid/globalcontext/
implementation 'com.ceram1.droid:globalcontext:0.0.1'
// https://jarcasting.com/artifacts/com.ceram1.droid/globalcontext/
implementation ("com.ceram1.droid:globalcontext:0.0.1")
'com.ceram1.droid:globalcontext:aar:0.0.1'
<dependency org="com.ceram1.droid" name="globalcontext" rev="0.0.1">
<artifact name="globalcontext" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ceram1.droid', module='globalcontext', version='0.0.1')
)
libraryDependencies += "com.ceram1.droid" % "globalcontext" % "0.0.1"
[com.ceram1.droid/globalcontext "0.0.1"]