Download requirejs-plugins-1.0.2.jar file

Introduction

You can download requirejs-plugins-1.0.2.jar in this page.

License

MIT

Type List

requirejs-plugins-1.0.2.jar file has the following types.

META-INF/maven/org.webjars.bower/requirejs-plugins/pom.properties
META-INF/maven/org.webjars.bower/requirejs-plugins/pom.xml
META-INF/resources/webjars/requirejs-plugins/1.0.2/README.mdown
META-INF/resources/webjars/requirejs-plugins/1.0.2/bower.json
META-INF/resources/webjars/requirejs-plugins/1.0.2/examples/async.html
META-INF/resources/webjars/requirejs-plugins/1.0.2/examples/data/bar.json
META-INF/resources/webjars/requirejs-plugins/1.0.2/examples/data/bar.md
META-INF/resources/webjars/requirejs-plugins/1.0.2/examples/data/foo.json
META-INF/resources/webjars/requirejs-plugins/1.0.2/examples/data/foo.md
META-INF/resources/webjars/requirejs-plugins/1.0.2/examples/font.html
META-INF/resources/webjars/requirejs-plugins/1.0.2/examples/goog.html
META-INF/resources/webjars/requirejs-plugins/1.0.2/examples/image.html
META-INF/resources/webjars/requirejs-plugins/1.0.2/examples/img/bike.jpg
META-INF/resources/webjars/requirejs-plugins/1.0.2/examples/img/lol_cat.jpg
META-INF/resources/webjars/requirejs-plugins/1.0.2/examples/img/relativePath.js
META-INF/resources/webjars/requirejs-plugins/1.0.2/examples/img/software_engineer.png
META-INF/resources/webjars/requirejs-plugins/1.0.2/examples/js/foo
META-INF/resources/webjars/requirejs-plugins/1.0.2/examples/js/foo.bar
META-INF/resources/webjars/requirejs-plugins/1.0.2/examples/json.html
META-INF/resources/webjars/requirejs-plugins/1.0.2/examples/mdown.html
META-INF/resources/webjars/requirejs-plugins/1.0.2/examples/noext.html
META-INF/resources/webjars/requirejs-plugins/1.0.2/lib/Markdown.Converter.js
META-INF/resources/webjars/requirejs-plugins/1.0.2/lib/require.js
META-INF/resources/webjars/requirejs-plugins/1.0.2/lib/text.js
META-INF/resources/webjars/requirejs-plugins/1.0.2/src/async.js
META-INF/resources/webjars/requirejs-plugins/1.0.2/src/depend.js
META-INF/resources/webjars/requirejs-plugins/1.0.2/src/font.js
META-INF/resources/webjars/requirejs-plugins/1.0.2/src/goog.js
META-INF/resources/webjars/requirejs-plugins/1.0.2/src/image.js
META-INF/resources/webjars/requirejs-plugins/1.0.2/src/json.js
META-INF/resources/webjars/requirejs-plugins/1.0.2/src/mdown.js
META-INF/resources/webjars/requirejs-plugins/1.0.2/src/noext.js
META-INF/resources/webjars/requirejs-plugins/1.0.2/src/propertyParser.js

Pom

requirejs-plugins-1.0.2.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>

    <packaging>jar</packaging>
    <groupId>org.webjars.bower</groupId>
    <artifactId>requirejs-plugins</artifactId>
    <version>1.0.2</version>
    <name>requirejs-plugins</name>
    <description>WebJar for requirejs-plugins</description>
    <url>http://webjars.org</url>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <scm>
        <url>https://github.com/millermedeiros/requirejs-plugins</url>
        <connection>https://github.com/millermedeiros/requirejs-plugins.git</connection>
        <developerConnection>https://github.com/millermedeiros/requirejs-plugins.git</developerConnection>
        <tag>v1.0.2</tag>
    </scm>

    <developers>
        <developer>
            <id>webjars</id>
            <url>http://webjars.org</url>
        </developer>
    </developers>

    <licenses>
        
        <license>
            <name>MIT</name>
            <url>https://spdx.org/licenses/MIT#licenseText</url>
            <distribution>repo</distribution>
        </license>
        
    </licenses>

    <dependencies>
        
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.webjars.bower</groupId>
   <artifactId>requirejs-plugins</artifactId>
   <version>1.0.2</version>
</dependency>

Download

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



Download requirejs-plugins-1.0.2.jar file




PreviousNext

Related