Download datatables-bootstrap-null.jar file

Introduction

You can download datatables-bootstrap-null.jar in this page.

License

None

Type List

datatables-bootstrap-null.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.webjars/datatables-bootstrap/pom.properties
META-INF/maven/org.webjars/datatables-bootstrap/pom.xml
META-INF/resources/webjars/datatables-bootstrap/2-20120201/DT_bootstrap.css
META-INF/resources/webjars/datatables-bootstrap/2-20120201/DT_bootstrap.js
META-INF/resources/webjars/datatables-bootstrap/2-20120201/images/sort_asc.png
META-INF/resources/webjars/datatables-bootstrap/2-20120201/images/sort_asc_disabled.png
META-INF/resources/webjars/datatables-bootstrap/2-20120201/images/sort_both.png
META-INF/resources/webjars/datatables-bootstrap/2-20120201/images/sort_desc.png
META-INF/resources/webjars/datatables-bootstrap/2-20120201/images/sort_desc_disabled.png
META-INF/resources/webjars/datatables-bootstrap/2-20120201/webjars-requirejs.js

Pom

datatables-bootstrap-null.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    
    <parent>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>7</version>
    </parent>

    <packaging>jar</packaging>
    <groupId>org.webjars</groupId>
    <artifactId>datatables-bootstrap</artifactId>
    <version>2-20120202-2</version>
    <name>DataTables - Bootstrap</name>
    <description>WebJar for DataTables - Bootstrap</description>
    <url>http://webjars.org</url>

    <dependencies>
        <dependency>
            <groupId>org.webjars</groupId>
            <artifactId>jquery</artifactId>
            <version>1.8.2</version>
        </dependency>
    </dependencies>

    <developers>
        <developer>
            <id>jamesward</id>
            <name>James Ward</name>
            <email>james@jamesward.com</email>
        </developer>
    </developers>

    <licenses>
        <license>
            <name>None</name>
            <url>http://www.datatables.net/blog/Twitter_Bootstrap_2</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <scm>
        <url>http://github.com/webjars/datatables-bootstrap</url>
        <connection>scm:git:https://github.com/webjars/datatables-bootstrap.git</connection>
        <developerConnection>scm:git:https://github.com/webjars/datatables-bootstrap.git</developerConnection>
        <tag>datatables-bootstrap-2-20120202-2</tag>
    </scm>
    
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <upstreamVersion>2-20120201</upstreamVersion>
        <destDir>${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${upstreamVersion}</destDir>
    </properties>
    
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-release-plugin</artifactId>
                <version>2.4.1</version>
            </plugin>
        </plugins>
        <resources>
            <resource>
                <directory>${project.basedir}/src/main/resources</directory>
                <targetPath>${destDir}</targetPath>
            </resource>
        </resources>
    </build>

</project>

POM Entry

<dependency>
   <groupId>org.webjars</groupId>
   <artifactId>datatables-bootstrap</artifactId>
   <version>null</version>
</dependency>

Download

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



Download datatables-bootstrap-null.jar file




PreviousNext

Related