| GroupId | GroupIdcom.lazygeniouz |
|---|---|
| ArtifactId | ArtifactIdacv |
| Version | Version0.2.6 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| acv-0.2.6.pom | |
| acv-0.2.6-sources.jar | 4 KB |
| acv-0.2.6-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lazygeniouz/acv/ -->
<dependency>
<groupId>com.lazygeniouz</groupId>
<artifactId>acv</artifactId>
<version>0.2.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.lazygeniouz/acv/
implementation 'com.lazygeniouz:acv:0.2.6'
// https://jarcasting.com/artifacts/com.lazygeniouz/acv/
implementation ("com.lazygeniouz:acv:0.2.6")
'com.lazygeniouz:acv:aar:0.2.6'
<dependency org="com.lazygeniouz" name="acv" rev="0.2.6">
<artifact name="acv" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.lazygeniouz', module='acv', version='0.2.6')
)
libraryDependencies += "com.lazygeniouz" % "acv" % "0.2.6"
[com.lazygeniouz/acv "0.2.6"]