License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.gulbers |
ArtifactId | ArtifactIdglib |
Version | Version1.2 |
Type | Typeaar |
Description |
Descriptionglib
Common view and utilities for Android apps
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
glib-1.2.pom | |
glib-1.2.aar | 156 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.gulbers/glib/ -->
<dependency>
<groupId>net.gulbers</groupId>
<artifactId>glib</artifactId>
<version>1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.gulbers/glib/
implementation 'net.gulbers:glib:1.2'
// https://jarcasting.com/artifacts/net.gulbers/glib/
implementation ("net.gulbers:glib:1.2")
'net.gulbers:glib:aar:1.2'
<dependency org="net.gulbers" name="glib" rev="1.2">
<artifact name="glib" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.gulbers', module='glib', version='1.2')
)
libraryDependencies += "net.gulbers" % "glib" % "1.2"
[net.gulbers/glib "1.2"]