sticky-component-spring25
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.stickycode.component</groupId>
<artifactId>sticky-component-spring25</artifactId>
<version>1.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2010 RedEngine Ltd, http://www.redengine.co.nz. All rights reserved. --> <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/maven-v4_0_0.xsd"> <parent> <groupId>net.stickycode.parent</groupId> <artifactId>sticky-jar</artifactId> <version>1.15</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>net.stickycode.component</groupId> <artifactId>sticky-component-spring25</artifactId> <version>1.2</version> <packaging>jar</packaging> <name>sticky-component-spring25</name> <description>Support for @Inject in spring25</description> <inceptionYear>2009</inceptionYear> <url>http://www.StickyCode.net/component/sticky-component-spring25/</url> <scm> <connection>scm:svn:http://stickycode.googlecode.com/svn/tags/net.stickycode.component/sticky-component-spring25-1.2</connection> <developerConnection>scm:svn:https://stickycode.googlecode.com/svn/tags/net.stickycode.component/sticky-component-spring25-1.2</developerConnection> <url>http://code.google.com/p/stickycode/source/browse/#svn/tags/net.stickycode.component/sticky-component-spring25-1.2</url> </scm> <dependencies> <dependency> <groupId>net.stickycode.composite</groupId> <artifactId>sticky-composite-spring25</artifactId> <version>[1.3,2)</version> </dependency> <dependency> <groupId>net.stickycode</groupId> <artifactId>sticky-stereotype</artifactId> <version>[1.5,2)</version> </dependency> </dependencies> </project>