| GroupId | GroupIdco.ankurg.expressview |
|---|---|
| ArtifactId | ArtifactIdexpressview |
| Version | Version0.0.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| expressview-0.0.1.pom | |
| expressview-0.0.1-sources.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/co.ankurg.expressview/expressview/ -->
<dependency>
<groupId>co.ankurg.expressview</groupId>
<artifactId>expressview</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.ankurg.expressview/expressview/
implementation 'co.ankurg.expressview:expressview:0.0.1'
// https://jarcasting.com/artifacts/co.ankurg.expressview/expressview/
implementation ("co.ankurg.expressview:expressview:0.0.1")
'co.ankurg.expressview:expressview:aar:0.0.1'
<dependency org="co.ankurg.expressview" name="expressview" rev="0.0.1">
<artifact name="expressview" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.ankurg.expressview', module='expressview', version='0.0.1')
)
libraryDependencies += "co.ankurg.expressview" % "expressview" % "0.0.1"
[co.ankurg.expressview/expressview "0.0.1"]