组织ID: |
org.webjars |
项目ID: |
webjars-locator |
版本: |
0.21 |
最后修改时间: |
2018-08-29 17:16:34 |
包类型: |
jar |
标题: |
webjars-locator |
描述: |
WebJar Locator |
相关URL: |
http://webjars.org |
大小: |
32.51KB |
|
Maven引入代码: |
<dependency>
<groupId>org.webjars</groupId>
<artifactId>webjars-locator</artifactId>
<version>0.21</version>
</dependency>
|
Gradle引入代码: |
org.webjars:webjars-locator:0.21
|
下载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.21</version>
<name>webjars-locator</name>
<description>WebJar Locator</description>
<url>http://webjars.org</url>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/webjars/webjars-locator/blob/master/LICENSE.md</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.21</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.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.3.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>3.1.1-1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootswatch-yeti</artifactId>
<version>3.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>less-node</artifactId>
<version>1.6.0-1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.8.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery</artifactId>
<version>2.1.0-3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>angularjs</artifactId>
<version>1.2.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>angular-translate</artifactId>
<version>2.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>angular-tree-control</artifactId>
<version>0.1.5-1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>requirejs</artifactId>
<version>2.1.14-3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>when-node</artifactId>
<version>3.5.2-2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-loader</artifactId>
<version>1.1.8.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-loader-tools</artifactId>
<version>1.1.8.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.5.1</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/services/org.webjars.urlprotocols.UrlProtocolHandler
org.webjars.CloseQuietly.class
org.webjars.FileSystemCache.class
org.webjars.MultipleMatchesException.class
org.webjars.RequireJS.class
org.webjars.WebJarAssetLocator$1.class
org.webjars.WebJarAssetLocator.class
org.webjars.WebJarExtractor$1.class
org.webjars.WebJarExtractor$Cache.class
org.webjars.WebJarExtractor$Cacheable.class
org.webjars.WebJarExtractor$MemoryCache.class
org.webjars.WebJarExtractor$NoCache.class
org.webjars.WebJarExtractor.class
org.webjars.urlprotocols.FatJarUrlProtocolHandler.class
org.webjars.urlprotocols.FileUrlProtocolHandler.class
org.webjars.urlprotocols.JarUrlProtocolHandler.class
org.webjars.urlprotocols.UrlProtocolHandler.class
META-INF/maven/org.webjars/webjars-locator/pom.xml
META-INF/maven/org.webjars/webjars-locator/pom.properties
|
依赖Jar: |
slf4j-api-1.7.7.jar
/org.slf4j/slf4j-api/1.7.7
查看slf4j-api所有版本文件
jackson-databind-2.3.3.jar
/com.fasterxml.jackson.core/jackson-databind/2.3.3
查看jackson-databind所有版本文件
slf4j-simple-1.7.7.jar
/org.slf4j/slf4j-simple/1.7.7
查看slf4j-simple所有版本文件
bootstrap-3.1.1-1.jar
/org.webjars/bootstrap/3.1.1-1
查看bootstrap所有版本文件
bootswatch-yeti-3.1.1.jar
/org.webjars/bootswatch-yeti/3.1.1
查看bootswatch-yeti所有版本文件
less-node-1.6.0-1.jar
/org.webjars/less-node/1.6.0-1
查看less-node所有版本文件
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
mockito-core-1.8.5.jar
/org.mockito/mockito-core/1.8.5
查看mockito-core所有版本文件
jquery-2.1.0-3.jar
/org.webjars/jquery/2.1.0-3
查看jquery所有版本文件
angularjs-1.2.11.jar
/org.webjars/angularjs/1.2.11
查看angularjs所有版本文件
angular-translate-2.1.0.jar
/org.webjars/angular-translate/2.1.0
查看angular-translate所有版本文件
angular-tree-control-0.1.5-1.jar
/org.webjars/angular-tree-control/0.1.5-1
查看angular-tree-control所有版本文件
requirejs-2.1.14-3.jar
/org.webjars/requirejs/2.1.14-3
查看requirejs所有版本文件
when-node-3.5.2-2.jar
/org.webjars/when-node/3.5.2-2
查看when-node所有版本文件
spring-boot-loader-1.1.8.RELEASE.jar
/org.springframework.boot/spring-boot-loader/1.1.8.RELEASE
查看spring-boot-loader所有版本文件
spring-boot-loader-tools-1.1.8.RELEASE.jar
/org.springframework.boot/spring-boot-loader-tools/1.1.8.RELEASE
查看spring-boot-loader-tools所有版本文件
hamcrest-library-1.3.jar
/org.hamcrest/hamcrest-library/1.3
查看hamcrest-library所有版本文件
|