| GroupId | GroupIdcom.lazygeniouz |
|---|---|
| ArtifactId | ArtifactIdaoa_manager |
| Version | Version2.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| aoa_manager-2.5.pom | |
| aoa_manager-2.5-release.aar | 29 KB |
| aoa_manager-2.5-release-sources.jar | 10 KB |
| aoa_manager-2.5-release-javadoc.jar | 318 KB |
| aoa_manager-2.5-debug.aar | 30 KB |
| aoa_manager-2.5-debug-sources.jar | 10 KB |
| aoa_manager-2.5-debug-javadoc.jar | 318 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lazygeniouz/aoa_manager/ -->
<dependency>
<groupId>com.lazygeniouz</groupId>
<artifactId>aoa_manager</artifactId>
<version>2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lazygeniouz/aoa_manager/
implementation 'com.lazygeniouz:aoa_manager:2.5'
// https://jarcasting.com/artifacts/com.lazygeniouz/aoa_manager/
implementation ("com.lazygeniouz:aoa_manager:2.5")
'com.lazygeniouz:aoa_manager:pom:2.5'
<dependency org="com.lazygeniouz" name="aoa_manager" rev="2.5">
<artifact name="aoa_manager" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lazygeniouz', module='aoa_manager', version='2.5')
)
libraryDependencies += "com.lazygeniouz" % "aoa_manager" % "2.5"
[com.lazygeniouz/aoa_manager "2.5"]