Open Source New Zealand : common-jsresource.
Common JS Resource.
Here is the list of declaration for common-jsresource. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>nz.net.osnz.common</groupId> <artifactId>common-jsresource</artifactId> <version>3.4</version> </dependency>
If you think this Maven repository POM file listing for common-jsresource is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The common-jsresource-3.4 has 12 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 |
---|---|---|
JEE | common-jackson-api 1.3 Jackson API - allows for different underlying versions | 6 |
AOP | aopalliance 1.0 AOP Alliance | 464 |
Spring | spring-core 4.0.2.RELEASE Spring Core | 30 |
Inversion of Control | javax.inject 1 The javax.inject API | 539 |
Spring | spring-beans 4.0.2.RELEASE Spring Beans | 25 |
Here is the content of the POM file.
<project> <parent> <groupId>nz.net.osnz.parent</groupId> <artifactId>java-parent</artifactId> <version>2.5</version> </parent> <groupId>nz.net.osnz.common</groupId> <artifactId>common-jsresource</artifactId> <version>3.4</version> <name>Open Source New Zealand : common-jsresource</name> <description>Common JS Resource</description> <packaging>pom</packaging> <dependencies> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> <type>jar</type> <scope>provided</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>nz.ac.auckland.common</groupId> <artifactId>common-jackson-api</artifactId> <version>1.3</version> <type>jar</type> <scope>compile</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>aopalliance</groupId> <artifactId>aopalliance</artifactId> <version>1.0</version> <type>jar</type> <scope>compile</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>4.0.2.RELEASE</version> <type>jar</type> <scope>compile</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>nz.net.osnz.composite</groupId> <artifactId>composite-spring-web</artifactId> <version>3.4</version> <type>jar</type> <scope>compile</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>4.0.2.RELEASE</version> <type>jar</type> <scope>compile</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <version>1</version> <type>jar</type> <scope>compile</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>4.0.2.RELEASE</version> <type>jar</type> <scope>compile</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>nz.net.osnz.composite</groupId> <artifactId>composite-spring</artifactId> <version>3.4</version> <type>jar</type> <scope>compile</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>4.0.2.RELEASE</version> <type>jar</type> <scope>compile</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>4.0.2.RELEASE</version> <type>jar</type> <scope>compile</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-expression</artifactId> <version>4.0.2.RELEASE</version> <type>jar</type> <scope>compile</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> </dependencies> <build> <plugins /> </build> </project>