Download lib-core-slh-3.0.0.jar file

Introduction

You can download lib-core-slh-3.0.0.jar in this page.

License

The Apache Software License, Version 2.0

Type List

lib-core-slh-3.0.0.jar file has the following types.

META-INF/MANIFEST.MF
com.nhaarman.listviewanimations.appearance.StickyListHeadersAdapterDecorator.class
com.nhaarman.listviewanimations.slh.BuildConfig.class
com.nhaarman.listviewanimations.slh.R.class
com.nhaarman.listviewanimations.util.StickyListHeadersListViewWrapper.class

Pom

lib-core-slh-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-core-slh</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>
    <dependency>
      <groupId>se.emilsjolander</groupId>
      <artifactId>stickylistheaders</artifactId>
      <version>2.5.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

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

Download

If you think the following lib-core-slh-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-core-slh-3.0.0.jar file




PreviousNext

Related