Maven Repository - POM file for Spring common-stereotypes 1.5 1.5

Summary

common-stereotypes.

Common Stereotypes that are used for annotation and most usually Spring component annotation scans..

Declaration

Here is the list of declaration for common-stereotypes. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>nz.ac.auckland.common</groupId>
   <artifactId>common-stereotypes</artifactId>
   <version>1.5</version>
</dependency>

If you think this Maven repository POM file listing for common-stereotypes is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depended by

The following table lists the most popular artifacts which are depending on common-stereotypes-1.5. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
JEEcommon-jackson 1.7
Jackson dependencies and helper utilities
15




Packages

The following packages are defined in the common-stereotypes-1.5.jar

nz.ac.auckland.common.stereotypes

POM File Source

Here is the content of the POM file.

<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/xsd/maven-4.0.0.xsd">

  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>nz.ac.auckland.groupapps.parent</groupId>
    <artifactId>parent-java-groupapps-central</artifactId>
    <version>1.1</version>
  </parent>

  <groupId>nz.ac.auckland.common</groupId>
  <artifactId>common-stereotypes</artifactId>
  <packaging>jar</packaging>
  <name>common-stereotypes</name>
  <version>1.5</version>

  <description>
    Common Stereotypes that are used for annotation and most usually Spring component annotation scans.
  </description>

  <scm>
    <url>https://github.com/uoa-group-applications/common-stereotypes</url>
    <connection>scm:git:https://github.com/uoa-group-applications/common-stereotypes.git</connection>
    <developerConnection>scm:git:git@github.com:uoa-group-applications/common-stereotypes.git</developerConnection>
    <tag>common-stereotypes-1.5</tag>
  </scm>

  <dependencies>
  
    <dependency>
      <groupId>nz.ac.auckland.composite</groupId>
      <artifactId>composite-logging-simple</artifactId>
      <version>[3,)</version>
      <scope>test</scope>
    </dependency>
    
    <dependency>
      <groupId>nz.ac.auckland.composite</groupId>
      <artifactId>composite-unittest</artifactId>
      <version>[2,)</version>
      <scope>test</scope>
    </dependency>
    
    <dependency>
      <groupId>nz.ac.auckland.composite</groupId>
      <artifactId>composite-spring</artifactId>
      <version>[5,)</version>
      <scope>test</scope>
    </dependency>
    
  </dependencies>
</project>