Download sticky-reflector-3.2.jar file

Introduction

You can download sticky-reflector-3.2.jar in this page.

License

Open Source License

Type List

sticky-reflector-3.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/net.stickycode/sticky-reflector/dependency.list
META-INF/maven/net.stickycode/sticky-reflector/dependency.tree
META-INF/maven/net.stickycode/sticky-reflector/pom.properties
META-INF/maven/net.stickycode/sticky-reflector/pom.xml
net.stickycode.reflector.AnnotatedFieldProcessor.class
net.stickycode.reflector.AnnotatedFieldSettingProcessor.class
net.stickycode.reflector.AnnotatedMethodProcessor.class
net.stickycode.reflector.FieldProcessor.class
net.stickycode.reflector.Fields.class
net.stickycode.reflector.MethodProcessor.class
net.stickycode.reflector.Methods.class
net.stickycode.reflector.Reflector.class
net.stickycode.reflector.TriedToAccessFieldButWasDeniedException.class
net.stickycode.reflector.TriedToAccessMethodButWasDeniedException.class
net.stickycode.reflector.ValueSource.class
net.stickycode.reflector.predicate.FieldPredicate.class
net.stickycode.reflector.predicate.MethodPredicate.class
net.stickycode.reflector.predicate.PredicateReflector.class
net.stickycode.reflector.predicate.TypePredicate.class

Pom

sticky-reflector-3.2.pom file content.

<?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-parent-api8</artifactId>
		<version>1.2</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<groupId>net.stickycode</groupId>
	<artifactId>sticky-reflector</artifactId>
	<version>3.2</version>
	<packaging>jar</packaging>

	<name>sticky-reflector-2</name>
	<description>Simple reflective bean processing support</description>

	<inceptionYear>2010</inceptionYear>
	<url>http://www.StickyCode.net/sticky-reflector/</url>

	<scm>
		<connection>scm:svn:http://source.stickycode.net/tags/net.stickycode/sticky-reflector-3.2</connection>
		<developerConnection>scm:svn:http://source.stickycode.net/tags/net.stickycode/sticky-reflector-3.2</developerConnection>
		<url>scm:svn:http://source.stickycode.net/tags/net.stickycode/sticky-reflector-3.2</url>
	</scm>

	<dependencies>
		<dependency>
			<groupId>net.stickycode</groupId>
			<artifactId>sticky-exception</artifactId>
			<version>[3.2,4)</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</groupId>
   <artifactId>sticky-reflector</artifactId>
   <version>3.2</version>
</dependency>

Download

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



Download sticky-reflector-3.2.jar file




PreviousNext

Related