Download plugin-3.0-beta-1.jar file - Jar p

Jar examples for p:plugin

Description

Gradle plugin for Android which enables assertions and makes them much nicer.

You can download jar file plugin 3.0-beta-1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add plugin-3.0-beta-1.jar to your project.

<dependency>
   <groupId>org.apache.geronimo.framework</groupId>
   <artifactId>plugin</artifactId>
   <version>3.0-beta-1</version>
</dependency>
compile group: 'org.apache.geronimo.framework', name: 'plugin', version: '3.0-beta-1'
libraryDependencies += "org.apache.geronimo.framework" % "plugin" % "3.0-beta-1"
<dependency org="org.apache.geronimo.framework" name="plugin" rev="3.0-beta-1"/>
@Grapes(@Grab(group='org.apache.geronimo.framework', module='plugin', version='3.0-beta-1'))
'org.apache.geronimo.framework:plugin:jar:3.0-beta-1'

Download

Click the following link to download the jar file.

plugin-3.0-beta-1-sources.jar
plugin-3.0-beta-1.pom



Related Tutorials