组织ID: |
org.webjars.npm |
项目ID: |
jquery |
版本: |
1.7.2 |
最后修改时间: |
2019-11-04 18:24:41 |
包类型: |
jar |
标题: |
jquery |
描述: |
WebJar for jquery |
相关URL: |
http://webjars.org |
大小: |
165.78KB |
|
Maven引入代码: |
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>jquery</artifactId>
<version>1.7.2</version>
</dependency>
|
Gradle引入代码: |
org.webjars.npm:jquery:1.7.2
|
下载Jar包: |
|
POM文件内容: |
<?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.npm</groupId>
<artifactId>jquery</artifactId>
<version>1.7.2</version>
<name>jquery</name>
<description>WebJar for jquery</description>
<url>http://webjars.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<scm>
<url>https://github.com/UncoolAJ86/node-jquery</url>
<connection>https://github.com/UncoolAJ86/node-jquery.git</connection>
<developerConnection>https://github.com/UncoolAJ86/node-jquery.git</developerConnection>
<tag>v1.7.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>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>jsdom</artifactId>
<version>[0.2.14,0.3)</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>htmlparser</artifactId>
<version>1.7.6</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>xmlhttprequest</artifactId>
<version>[1.3.0,1.4)</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/maven/org.webjars.npm/jquery/pom.xml
META-INF/maven/org.webjars.npm/jquery/pom.properties
META-INF/resources/webjars/jquery/1.7.2/.npmignore
META-INF/resources/webjars/jquery/1.7.2/grunt.js
META-INF/resources/webjars/jquery/1.7.2/lib/node-jquery.js
META-INF/resources/webjars/jquery/1.7.2/LICENSE-MIT
META-INF/resources/webjars/jquery/1.7.2/package.json
META-INF/resources/webjars/jquery/1.7.2/README.md
META-INF/resources/webjars/jquery/1.7.2/src/wrapper.js
META-INF/resources/webjars/jquery/1.7.2/test/core.js
META-INF/resources/webjars/jquery/1.7.2/test/css.js
META-INF/resources/webjars/jquery/1.7.2/test/fixtures/core.html
META-INF/resources/webjars/jquery/1.7.2/test/fixtures/css.css
META-INF/resources/webjars/jquery/1.7.2/test/fixtures/css.html
META-INF/resources/webjars/jquery/1.7.2/test/fixtures/xmlhttp.json
META-INF/resources/webjars/jquery/1.7.2/test/helpers/helper.js
META-INF/resources/webjars/jquery/1.7.2/test/xmlhttp.js
META-INF/resources/webjars/jquery/1.7.2/tmp/jquery.js
|
依赖Jar: |
jsdom-[0.2.14,0.3).jar
/org.webjars.npm/jsdom/[0.2.14,0.3)
查看jsdom所有版本文件
htmlparser-1.7.6.jar
/org.webjars.npm/htmlparser/1.7.6
查看htmlparser所有版本文件
xmlhttprequest-[1.3.0,1.4).jar
/org.webjars.npm/xmlhttprequest/[1.3.0,1.4)
查看xmlhttprequest所有版本文件
|