Download sdklib-22.2.1.jar file - Jar s

Jar examples for s:sdklib

Description

A packaging of the IntelliJ Community Edition sdklib library. This is release number 1 of trunk branch 142.

You can download jar file sdklib 22.2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add sdklib-22.2.1.jar to your project.

<dependency>
   <groupId>com.android.tools</groupId>
   <artifactId>sdklib</artifactId>
   <version>22.2.1</version>
</dependency>
compile group: 'com.android.tools', name: 'sdklib', version: '22.2.1'
libraryDependencies += "com.android.tools" % "sdklib" % "22.2.1"
<dependency org="com.android.tools" name="sdklib" rev="22.2.1"/>
@Grapes(@Grab(group='com.android.tools', module='sdklib', version='22.2.1'))
'com.android.tools:sdklib:jar:22.2.1'

Download

Click the following link to download the jar file.

sdklib-22.2.1-javadoc.jar
sdklib-22.2.1-sources.jar
sdklib-22.2.1.jar
sdklib-22.2.1.pom



Related Tutorials