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

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>com.buschmais.jqassistant.core</groupId>
   <artifactId>plugin</artifactId>
   <version>1.2.0-RC1</version>
</dependency>
compile group: 'com.buschmais.jqassistant.core', name: 'plugin', version: '1.2.0-RC1'
libraryDependencies += "com.buschmais.jqassistant.core" % "plugin" % "1.2.0-RC1"
<dependency org="com.buschmais.jqassistant.core" name="plugin" rev="1.2.0-RC1"/>
@Grapes(@Grab(group='com.buschmais.jqassistant.core', module='plugin', version='1.2.0-RC1'))
'com.buschmais.jqassistant.core:plugin:jar:1.2.0-RC1'

Download

Click the following link to download the jar file.

plugin-1.2.0-RC1-javadoc.jar
plugin-1.2.0-RC1-sources.jar
plugin-1.2.0-RC1.jar
plugin-1.2.0-RC1.pom



Related Tutorials