Download plugin-0.8.0.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 0.8.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add plugin-0.8.0.jar to your project.

<dependency>
   <groupId>br.com.objectos.pojo</groupId>
   <artifactId>plugin</artifactId>
   <version>0.8.0</version>
</dependency>
compile group: 'br.com.objectos.pojo', name: 'plugin', version: '0.8.0'
libraryDependencies += "br.com.objectos.pojo" % "plugin" % "0.8.0"
<dependency org="br.com.objectos.pojo" name="plugin" rev="0.8.0"/>
@Grapes(@Grab(group='br.com.objectos.pojo', module='plugin', version='0.8.0'))
'br.com.objectos.pojo:plugin:jar:0.8.0'

Download

Click the following link to download the jar file.

plugin-0.8.0-javadoc.jar
plugin-0.8.0-sources.jar
plugin-0.8.0.jar
plugin-0.8.0.pom



Related Tutorials