Skip to content

Instantly share code, notes, and snippets.

@rei999
Created November 4, 2013 22:31
Spring Maven Install 3.2.4
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.2.4.RELEASE</version>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment