Download lib-dir-0.1.jar file - Jar l

Jar examples for l:lib-dir

Description

Gradle plugin for using dependencies in the lib directory.

You can download jar file lib-dir 0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add lib-dir-0.1.jar to your project.

<dependency>
   <groupId>com.adaptc.gradle</groupId>
   <artifactId>lib-dir</artifactId>
   <version>0.1</version>
</dependency>
compile group: 'com.adaptc.gradle', name: 'lib-dir', version: '0.1'
libraryDependencies += "com.adaptc.gradle" % "lib-dir" % "0.1"
<dependency org="com.adaptc.gradle" name="lib-dir" rev="0.1"/>
@Grapes(@Grab(group='com.adaptc.gradle', module='lib-dir', version='0.1'))
'com.adaptc.gradle:lib-dir:jar:0.1'

Download

Click the following link to download the jar file.

lib-dir-0.1-javadoc.jar
lib-dir-0.1-sources.jar
lib-dir-0.1.jar
lib-dir-0.1.pom



Related Tutorials