Download lib-manipulation-3.0.0.jar file

Introduction

You can download lib-manipulation-3.0.0.jar in this page.

License

The Apache Software License, Version 2.0

Type List

lib-manipulation-3.0.0.jar file has the following types.

META-INF/MANIFEST.MF
com.nhaarman.listviewanimations.itemmanipulation.BuildConfig.class
com.nhaarman.listviewanimations.itemmanipulation.DynamicListView.class
com.nhaarman.listviewanimations.itemmanipulation.TouchEventHandler.class
com.nhaarman.listviewanimations.itemmanipulation.animateaddition.AnimateAdditionAdapter.class
com.nhaarman.listviewanimations.itemmanipulation.animateaddition.InsertQueue.class
com.nhaarman.listviewanimations.itemmanipulation.dragdrop.BitmapUtils.class
com.nhaarman.listviewanimations.itemmanipulation.dragdrop.DragAndDropHandler.class
com.nhaarman.listviewanimations.itemmanipulation.dragdrop.DragAndDropListViewWrapper.class
com.nhaarman.listviewanimations.itemmanipulation.dragdrop.DraggableManager.class
com.nhaarman.listviewanimations.itemmanipulation.dragdrop.DynamicListViewWrapper.class
com.nhaarman.listviewanimations.itemmanipulation.dragdrop.GripView.class
com.nhaarman.listviewanimations.itemmanipulation.dragdrop.HoverDrawable.class
com.nhaarman.listviewanimations.itemmanipulation.dragdrop.OnItemMovedListener.class
com.nhaarman.listviewanimations.itemmanipulation.dragdrop.TouchViewDraggableManager.class
com.nhaarman.listviewanimations.itemmanipulation.expandablelistitem.ExpandableListItemAdapter.class
com.nhaarman.listviewanimations.itemmanipulation.swipedismiss.DismissableManager.class
com.nhaarman.listviewanimations.itemmanipulation.swipedismiss.OnDismissCallback.class
com.nhaarman.listviewanimations.itemmanipulation.swipedismiss.SwipeDismissAdapter.class
com.nhaarman.listviewanimations.itemmanipulation.swipedismiss.SwipeDismissTouchListener.class
com.nhaarman.listviewanimations.itemmanipulation.swipedismiss.SwipeTouchListener.class
com.nhaarman.listviewanimations.itemmanipulation.swipedismiss.undo.SimpleSwipeUndoAdapter.class
com.nhaarman.listviewanimations.itemmanipulation.swipedismiss.undo.SwipeUndoAdapter.class
com.nhaarman.listviewanimations.itemmanipulation.swipedismiss.undo.SwipeUndoTouchListener.class
com.nhaarman.listviewanimations.itemmanipulation.swipedismiss.undo.SwipeUndoView.class
com.nhaarman.listviewanimations.itemmanipulation.swipedismiss.undo.TimedUndoAdapter.class
com.nhaarman.listviewanimations.itemmanipulation.swipedismiss.undo.UndoAdapter.class
com.nhaarman.listviewanimations.itemmanipulation.swipedismiss.undo.UndoCallback.class
com.nhaarman.listviewanimations.itemmanipulation.swipedismiss.undo.Util.class

Pom

lib-manipulation-3.0.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.nhaarman.listviewanimations</groupId>
  <artifactId>lib-manipulation</artifactId>
  <version>3.0.0</version>
  <name>ListViewAnimations Library</name>
  <description>ListViewAnimations library</description>
  <url>https://github.com/nhaarman/ListViewAnimations</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>nhaarman</id>
      <name>Niek Haarman</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:nhaarman/ListViewAnimations.git</connection>
    <developerConnection>scm:git@github.com:nhaarman/ListViewAnimations.git</developerConnection>
    <url>https://github.com/nhaarman/ListViewAnimations</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.nhaarman.listviewanimations</groupId>
      <artifactId>lib-core</artifactId>
      <version>3.0.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.nhaarman.listviewanimations</groupId>
   <artifactId>lib-manipulation</artifactId>
   <version>3.0.0</version>
</dependency>

Download

If you think the following lib-manipulation-3.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download lib-manipulation-3.0.0.jar file




PreviousNext

Related