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