Skip to content

Instantly share code, notes, and snippets.

@rei999
Created November 4, 2013 22:31
Show Gist options
  • Save rei999/7310360 to your computer and use it in GitHub Desktop.
Save rei999/7310360 to your computer and use it in GitHub Desktop.
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