组织ID: |
org.webjars |
项目ID: |
webjars-locator |
版本: |
0.3 |
最后修改时间: |
2018-10-07 13:56:08 |
包类型: |
jar |
标题: |
webjars-locator |
描述: |
WebJar Locator |
相关URL: |
http://webjars.org |
大小: |
5.65KB |
|
Maven引入代码: |
<dependency>
<groupId>org.webjars</groupId>
<artifactId>webjars-locator</artifactId>
<version>0.3</version>
</dependency>
|
Gradle引入代码: |
org.webjars:webjars-locator:0.3
|
下载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>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<packaging>jar</packaging>
<groupId>org.webjars</groupId>
<artifactId>webjars-locator</artifactId>
<version>0.3</version>
<name>webjars-locator</name>
<description>WebJar Locator</description>
<url>http://webjars.org</url>
<licenses>
<license>
<name>None</name>
<url>http://webjars.org</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://github.com/webjars/webjars-locator</url>
<connection>scm:git:https://github.com/webjars/webjars-locator.git</connection>
<developerConnection>scm:git:https://github.com/webjars/webjars-locator.git</developerConnection>
<tag>webjars-locator-0.3</tag>
</scm>
<developers>
<developer>
<id>jamesward</id>
<name>James Ward</name>
<email>james@jamesward.org</email>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.8</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>2.2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery</artifactId>
<version>1.8.3</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.3.2</version>
</plugin>
</plugins>
</build>
<!--
<profiles>
<profile>
<id>release-sign-artifacts</id>
<activation>
<activeByDefault>false</activeByDefault>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.2</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
-->
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.webjars.AssetLocator.class
org.webjars.WebJarAssetLocator.class
META-INF/maven/org.webjars/webjars-locator/pom.xml
META-INF/maven/org.webjars/webjars-locator/pom.properties
|
依赖Jar: |
reflections-0.9.8.jar
/org.reflections/reflections/0.9.8
查看reflections所有版本文件
commons-lang-2.6.jar
/commons-lang/commons-lang/2.6
查看commons-lang所有版本文件
bootstrap-2.2.2.jar
/org.webjars/bootstrap/2.2.2
查看bootstrap所有版本文件
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
jquery-1.8.3.jar
/org.webjars/jquery/1.8.3
查看jquery所有版本文件
|