sticky-stereotype
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.stickycode</groupId>
<artifactId>sticky-stereotype</artifactId>
<version>1.17</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-api</artifactId> <version>1.8</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>net.stickycode</groupId> <artifactId>sticky-stereotype</artifactId> <version>1.17</version> <packaging>jar</packaging> <name>sticky-stereotype</name> <description>Class, Field and Method metadata used to remove boilerplate code for construction, configuration, scheduling, monitoring, management and more</description> <inceptionYear>2008</inceptionYear> <url>http://www.StickyCode.net/sticky-stereotype/</url> <scm> <connection>scm:svn:http://source.stickycode.net/tags/net.stickycode/sticky-stereotype-1.17</connection> <developerConnection>scm:svn:http://source.stickycode.net/tags/net.stickycode/sticky-stereotype-1.17</developerConnection> <url>scm:svn:http://source.stickycode.net/tags/net.stickycode/sticky-stereotype-1.17</url> </scm> <dependencies> <dependency> <groupId>net.stickycode.composite</groupId> <artifactId>sticky-composite-unittest</artifactId> <version>[1.7,2)</version> <scope>test</scope> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <version>1</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> <configuration> <comparisonVersion>1.2</comparisonVersion> </configuration> </plugin> </plugins> </build> </project>