Download multitype-2.5.0-beta2.jar file - Jar m

Jar examples for m:multitype

Description

An Android library to create multiple item types list views easily and flexibly.

You can download jar file multitype 2.5.0-beta2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add multitype-2.5.0-beta2.jar to your project.

<dependency>
   <groupId>me.drakeet.multitype</groupId>
   <artifactId>multitype</artifactId>
   <version>2.5.0-beta2</version>
</dependency>
compile group: 'me.drakeet.multitype', name: 'multitype', version: '2.5.0-beta2'
libraryDependencies += "me.drakeet.multitype" % "multitype" % "2.5.0-beta2"
<dependency org="me.drakeet.multitype" name="multitype" rev="2.5.0-beta2"/>
@Grapes(@Grab(group='me.drakeet.multitype', module='multitype', version='2.5.0-beta2'))
'me.drakeet.multitype:multitype:jar:2.5.0-beta2'

Download

Click the following link to download the jar file.

multitype-2.5.0-beta2-javadoc.jar
multitype-2.5.0-beta2-sources.jar
multitype-2.5.0-beta2.pom



Related Tutorials