GroupId | GroupIdin.srain.cube |
---|---|
ArtifactId | ArtifactIdgrid-view-with-header-footer |
Version | Version1.0.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/in.srain.cube/grid-view-with-header-footer/ -->
<dependency>
<groupId>in.srain.cube</groupId>
<artifactId>grid-view-with-header-footer</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/in.srain.cube/grid-view-with-header-footer/
implementation 'in.srain.cube:grid-view-with-header-footer:1.0.10'
// https://jarcasting.com/artifacts/in.srain.cube/grid-view-with-header-footer/
implementation ("in.srain.cube:grid-view-with-header-footer:1.0.10")
'in.srain.cube:grid-view-with-header-footer:jar:1.0.10'
<dependency org="in.srain.cube" name="grid-view-with-header-footer" rev="1.0.10">
<artifact name="grid-view-with-header-footer" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.srain.cube', module='grid-view-with-header-footer', version='1.0.10')
)
libraryDependencies += "in.srain.cube" % "grid-view-with-header-footer" % "1.0.10"
[in.srain.cube/grid-view-with-header-footer "1.0.10"]