License |
License |
---|---|
GroupId | GroupIdcom.urbanmania |
ArtifactId | ArtifactIdspring-property-annotations |
Version | Version0.1.8 |
Type | Typejar |
Description |
DescriptionSpring Property Annotations
Extended PropertyPlaceHolderConfigurer that injects configuration properties into your Spring components using annotations.
|
Project Organization |
Project OrganizationGoogle Code |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |