Maven Repository - POM file for Spring spring-context 3.2.4.RELEASE 3.2.4.RELEASE

Summary

Spring Context.

Declaration

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

<dependency>
   <groupId>org.springframework</groupId>
   <artifactId>spring-context</artifactId>
   <version>3.2.4.RELEASE</version>
</dependency>

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

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depends on

The spring-context-3.2.4.RELEASE has 19 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Java Librarybackport-util-concurrent 3.0
Dawid Kurzyniec's backport of JSR 166
101
Inversion of Controljavax.inject 1
The javax.inject API
539
EJBpersistence-api 1.0
The Enterprise JavaBeans architecture is a component architecture for the development and deployment of component-based business applications. The purpose of Enterprise JavaBeans (EJB) 3.0 is to improve the EJB architecture by reducing its complexity from the developer's point of view.
361
Java Libraryvalidation-api 1.0.0.GA
Bean Validation (JSR-303) API.
355
Java Libraryjoda-time 2.1
Date and time library to replace JDK date handling
266
AOPaspectjweaver 1.7.2
The AspectJ weaver introduces advices to java classes
29
Groovygroovy-all 1.8.8
Groovy: A powerful, dynamic language for the JVM
11
JPA Hibernatehibernate-validator 4.3.0.Final
Hibernate's Bean Validation (JSR-303) reference implementation.
31
Logslf4j-api 1.6.1
The slf4j API
621
Springspring-aop 3.2.4.RELEASE
Spring AOP
13
Springspring-beans 3.2.4.RELEASE
Spring Beans
21
Springspring-core 3.2.4.RELEASE
Spring Core
22
Springspring-expression 3.2.4.RELEASE
Spring Expression Language (SpEL)
8




Depended by

The following table lists the most popular artifacts which are depending on spring-context-3.2.4.RELEASE. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Springspring-tx 3.2.4.RELEASE
Spring Transaction
11
JPA Hibernateliquibase-hibernate4 3.3
Liquibase extension for hibernate integration including generating changesets based on changed hibernate mapping files
13
Springspring-context-support 3.2.4.RELEASE
Spring Context Support
10
Springspring-jms 3.2.4.RELEASE
Spring JMS
5
Springspring-webmvc 3.2.4.RELEASE
Spring Web MVC
11
Springspring-aspects 3.2.4.RELEASE
Spring Aspects
11
Springspring-web 3.2.4.RELEASE
Spring Web
13
Springspring-jdbc 3.2.4.RELEASE
Spring JDBC
9
Springspring-orm 3.2.4.RELEASE
Spring Object/Relational Mapping
8

Packages

The following packages are defined in the spring-context-3.2.4.RELEASE.jar

org.springframework.cache
org.springframework.cache.annotation
org.springframework.cache.concurrent
org.springframework.cache.config
org.springframework.cache.interceptor
org.springframework.cache.support
org.springframework.context
org.springframework.context.access
org.springframework.context.annotation
org.springframework.context.config
org.springframework.context.event
org.springframework.context.expression
org.springframework.context.i18n
org.springframework.context.support
org.springframework.context.weaving
org.springframework.ejb.access
org.springframework.ejb.config
org.springframework.ejb.interceptor
org.springframework.ejb.support
org.springframework.format
org.springframework.format.annotation
org.springframework.format.datetime
org.springframework.format.datetime.joda
org.springframework.format.number
org.springframework.format.support
org.springframework.instrument.classloading
org.springframework.instrument.classloading.glassfish
org.springframework.instrument.classloading.jboss
org.springframework.instrument.classloading.oc4j
org.springframework.instrument.classloading.weblogic
org.springframework.instrument.classloading.websphere
org.springframework.jmx
org.springframework.jmx.access
org.springframework.jmx.export
org.springframework.jmx.export.annotation
org.springframework.jmx.export.assembler
org.springframework.jmx.export.metadata
org.springframework.jmx.export.naming
org.springframework.jmx.export.notification
org.springframework.jmx.support
org.springframework.jndi
org.springframework.jndi.support
org.springframework.remoting
org.springframework.remoting.rmi
org.springframework.remoting.soap
org.springframework.remoting.support
org.springframework.scheduling
org.springframework.scheduling.annotation
org.springframework.scheduling.backportconcurrent
org.springframework.scheduling.concurrent
org.springframework.scheduling.config
org.springframework.scheduling.support
org.springframework.scheduling.timer
org.springframework.scripting
org.springframework.scripting.bsh
org.springframework.scripting.config
org.springframework.scripting.groovy
org.springframework.scripting.jruby
org.springframework.scripting.support
org.springframework.stereotype
org.springframework.ui
org.springframework.ui.context
org.springframework.ui.context.support
org.springframework.validation
org.springframework.validation.annotation
org.springframework.validation.beanvalidation
org.springframework.validation.support




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.springframework</groupId>
  <artifactId>spring-context</artifactId>
  <version>3.2.4.RELEASE</version>
  <name>Spring Context</name>
  <description>Spring Context</description>
  <url>https://github.com/SpringSource/spring-framework</url>
  <organization>
    <name>SpringSource</name>
    <url>http://springsource.org/spring-framework</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  
  <scm>
    <connection>scm:git:git://github.com/SpringSource/spring-framework</connection>
    <developerConnection>scm:git:git://github.com/SpringSource/spring-framework</developerConnection>
    <url>https://github.com/SpringSource/spring-framework</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>backport-util-concurrent</groupId>
      <artifactId>backport-util-concurrent</artifactId>
      <version>3.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>javax.ejb</groupId>
      <artifactId>ejb-api</artifactId>
      <version>3.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>javax.inject</groupId>
      <artifactId>javax.inject</artifactId>
      <version>1</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>javax.persistence</groupId>
      <artifactId>persistence-api</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>javax.validation</groupId>
      <artifactId>validation-api</artifactId>
      <version>1.0.0.GA</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>joda-time</groupId>
      <artifactId>joda-time</artifactId>
      <version>2.1</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.apache.geronimo.specs</groupId>
      <artifactId>geronimo-jms_1.1_spec</artifactId>
      <version>1.1</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.apache.geronimo.specs</groupId>
      <artifactId>geronimo-jta_1.1_spec</artifactId>
      <version>1.1</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.aspectj</groupId>
      <artifactId>aspectjweaver</artifactId>
      <version>1.7.2</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.beanshell</groupId>
      <artifactId>bsh</artifactId>
      <version>2.0b4</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy-all</artifactId>
      <version>1.8.8</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.hibernate</groupId>
      <artifactId>hibernate-validator</artifactId>
      <version>4.3.0.Final</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.jruby</groupId>
      <artifactId>jruby</artifactId>
      <version>1.6.5.1</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.6.1</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-aop</artifactId>
      <version>3.2.4.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-beans</artifactId>
      <version>3.2.4.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
      <version>3.2.4.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-expression</artifactId>
      <version>3.2.4.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-instrument</artifactId>
      <version>3.2.4.RELEASE</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>