Download sticky-stereotype-component-3.1.jar file

Introduction

You can download sticky-stereotype-component-3.1.jar in this page.

License

Open Source

Type List

sticky-stereotype-component-3.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/net.stickycode.stereotype/sticky-stereotype-component/dependency.list
META-INF/maven/net.stickycode.stereotype/sticky-stereotype-component/dependency.tree
META-INF/maven/net.stickycode.stereotype/sticky-stereotype-component/pom.properties
META-INF/maven/net.stickycode.stereotype/sticky-stereotype-component/pom.xml
net.stickycode.stereotype.StickyComponent.class
net.stickycode.stereotype.StickyDomain.class
net.stickycode.stereotype.StickyFramework.class
net.stickycode.stereotype.StickyPlugin.class
net.stickycode.stereotype.component.StickyGateway.class
net.stickycode.stereotype.component.StickyMapper.class
net.stickycode.stereotype.component.StickyRepository.class
net.stickycode.stereotype.component.StickyService.class
net.stickycode.stereotype.plugin.StickyExtension.class
net.stickycode.stereotype.plugin.StickyStrategy.class

Pom

sticky-stereotype-component-3.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2010 RedEngine Ltd, http://www.redengine.co.nz. All rights
	reserved. -->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

	<parent>
		<groupId>net.stickycode.parent</groupId>
		<artifactId>sticky-parent-api8</artifactId>
		<version>1.3</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<groupId>net.stickycode.stereotype</groupId>
	<artifactId>sticky-stereotype-component</artifactId>
	<version>3.1</version>
	<packaging>jar</packaging>

	<name>sticky-stereotype-component-3</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-component/</url>

	<scm>
		<connection>scm:svn:http://source.stickycode.net/tags/net.stickycode.stereotype/sticky-stereotype-component-3.1</connection>
		<developerConnection>scm:svn:http://source.stickycode.net/tags/net.stickycode.stereotype/sticky-stereotype-component-3.1</developerConnection>
		<url>scm:svn:http://source.stickycode.net/tags/net.stickycode.stereotype/sticky-stereotype-component-3.1</url>
	</scm>

	<dependencies>
		<dependency>
			<groupId>net.stickycode.composite</groupId>
			<artifactId>sticky-composite-unittest</artifactId>
			<version>[3.4,4)</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>[3.1]</comparisonVersion>
				</configuration>
			</plugin>
		</plugins>
	</build>
</project>

POM Entry

<dependency>
   <groupId>net.stickycode.stereotype</groupId>
   <artifactId>sticky-stereotype-component</artifactId>
   <version>3.1</version>
</dependency>

Download

If you think the following sticky-stereotype-component-3.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download sticky-stereotype-component-3.1.jar file




PreviousNext

Related