| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.androidop | 
    
| ArtifactId | ArtifactIdAOPlugin | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionAndroidOptimize 
            AndroidOptimize is a Gradle plugin for optimizing android applications 
         | 
    
| Filename | Size | 
|---|---|
| AOPlugin-1.0.pom | |
| AOPlugin-1.0.jar | 5 KB | 
| AOPlugin-1.0-sources.jar | 1 KB | 
| AOPlugin-1.0-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.androidop/AOPlugin/ -->
<dependency>
    <groupId>com.github.androidop</groupId>
    <artifactId>AOPlugin</artifactId>
    <version>1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.androidop/AOPlugin/
implementation 'com.github.androidop:AOPlugin:1.0'
                // https://jarcasting.com/artifacts/com.github.androidop/AOPlugin/
implementation ("com.github.androidop:AOPlugin:1.0")
                'com.github.androidop:AOPlugin:jar:1.0'
                <dependency org="com.github.androidop" name="AOPlugin" rev="1.0">
  <artifact name="AOPlugin" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.androidop', module='AOPlugin', version='1.0')
)
                libraryDependencies += "com.github.androidop" % "AOPlugin" % "1.0"
                [com.github.androidop/AOPlugin "1.0"]