Spring Property Annotations

Extended PropertyPlaceHolderConfigurer that injects configuration properties into your Spring components using annotations.

License

License

GroupId

GroupId

com.urbanmania
ArtifactId

ArtifactId

spring-property-annotations
Last Version

Last Version

0.1.8
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Property Annotations
Extended PropertyPlaceHolderConfigurer that injects configuration properties into your Spring components using annotations.
Project Organization

Project Organization

Google Code

Download spring-property-annotations

How to add to project

<!-- https://jarcasting.com/artifacts/com.urbanmania/spring-property-annotations/ -->
<dependency>
    <groupId>com.urbanmania</groupId>
    <artifactId>spring-property-annotations</artifactId>
    <version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.urbanmania/spring-property-annotations/
implementation 'com.urbanmania:spring-property-annotations:0.1.8'
// https://jarcasting.com/artifacts/com.urbanmania/spring-property-annotations/
implementation ("com.urbanmania:spring-property-annotations:0.1.8")
'com.urbanmania:spring-property-annotations:jar:0.1.8'
<dependency org="com.urbanmania" name="spring-property-annotations" rev="0.1.8">
  <artifact name="spring-property-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.urbanmania', module='spring-property-annotations', version='0.1.8')
)
libraryDependencies += "com.urbanmania" % "spring-property-annotations" % "0.1.8"
[com.urbanmania/spring-property-annotations "0.1.8"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework : spring-context jar 2.5.6
org.springframework : spring-beans jar 2.5.6
commons-lang : commons-lang jar 2.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.7

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.8
0.1.7
0.1.6