Download deployable-0.1.5.jar file - Jar d

Jar examples for d:deployable

Description

Gradle plugins to ease the pain of creating deployable jars and aars to maven repositories

You can download jar file deployable 0.1.5 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add deployable-0.1.5.jar to your project.

<dependency>
   <groupId>com.episode6.hackit.deployable</groupId>
   <artifactId>deployable</artifactId>
   <version>0.1.5</version>
</dependency>
compile group: 'com.episode6.hackit.deployable', name: 'deployable', version: '0.1.5'
libraryDependencies += "com.episode6.hackit.deployable" % "deployable" % "0.1.5"
<dependency org="com.episode6.hackit.deployable" name="deployable" rev="0.1.5"/>
@Grapes(@Grab(group='com.episode6.hackit.deployable', module='deployable', version='0.1.5'))
'com.episode6.hackit.deployable:deployable:jar:0.1.5'

Download

Click the following link to download the jar file.

deployable-0.1.5-groovydoc.jar
deployable-0.1.5-javadoc.jar
deployable-0.1.5-sources.jar
deployable-0.1.5.jar
deployable-0.1.5.pom



Related Tutorials