webjars-locator.
WebJar Locator.
Here is the list of declaration for webjars-locator. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.webjars</groupId> <artifactId>webjars-locator</artifactId> <version>0.19</version> </dependency>
If you think this Maven repository POM file listing for webjars-locator is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:MIT
URL: https://github.com/webjars/webjars-locator/blob/master/LICENSE.md.
The webjars-locator-0.19 has 13 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Log | slf4j-api 1.7.7 The slf4j API | 568 |
JEE | jackson-databind 2.3.3 General data-binding functionality for Jackson: works on core streaming API | 36 |
Log | slf4j-simple 1.7.7 SLF4J Simple binding | 346 |
JUnit | junit 4.11 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 2031 |
Testing Mock | mockito-core 1.8.5 Mock objects library for java | 303 |
The following plugins are used in the webjars-locator-0.19.jar
The following packages are defined in the webjars-locator-0.19.jar
org.webjars org.webjars.urlprotocols
Here is the content of the POM file.
<?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.19</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.19</tag> </scm> <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> </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>