| Группа | Группаcom.urbanmania |
|---|---|
| Идентификатор | Идентификаторspring-property-annotations |
| Версия | Версия0.1.6 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.urbanmania/spring-property-annotations/ -->
<dependency>
<groupId>com.urbanmania</groupId>
<artifactId>spring-property-annotations</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.urbanmania/spring-property-annotations/
implementation 'com.urbanmania:spring-property-annotations:0.1.6'
// https://jarcasting.com/artifacts/com.urbanmania/spring-property-annotations/
implementation ("com.urbanmania:spring-property-annotations:0.1.6")
'com.urbanmania:spring-property-annotations:jar:0.1.6'
<dependency org="com.urbanmania" name="spring-property-annotations" rev="0.1.6">
<artifact name="spring-property-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.urbanmania', module='spring-property-annotations', version='0.1.6')
)
libraryDependencies += "com.urbanmania" % "spring-property-annotations" % "0.1.6"
[com.urbanmania/spring-property-annotations "0.1.6"]