Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.greengrowapps |
ArtifactId | ArtifactIdggaforms |
Version | Version0.2 |
Type | Typeaar |
Filename | Size |
---|---|
ggaforms-0.2.pom | |
ggaforms-0.2.aar | 60 KB |
ggaforms-0.2-sources.jar | 32 KB |
ggaforms-0.2-javadoc.jar | 202 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.greengrowapps/ggaforms/ -->
<dependency>
<groupId>com.greengrowapps</groupId>
<artifactId>ggaforms</artifactId>
<version>0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.greengrowapps/ggaforms/
implementation 'com.greengrowapps:ggaforms:0.2'
// https://jarcasting.com/artifacts/com.greengrowapps/ggaforms/
implementation ("com.greengrowapps:ggaforms:0.2")
'com.greengrowapps:ggaforms:aar:0.2'
<dependency org="com.greengrowapps" name="ggaforms" rev="0.2">
<artifact name="ggaforms" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.greengrowapps', module='ggaforms', version='0.2')
)
libraryDependencies += "com.greengrowapps" % "ggaforms" % "0.2"
[com.greengrowapps/ggaforms "0.2"]