| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.almis.awe |
| Идентификатор | Идентификаторawe-annotations-spring-boot-starter |
| Версия | Версия4.1.3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.almis.awe/awe-annotations-spring-boot-starter/ -->
<dependency>
<groupId>com.almis.awe</groupId>
<artifactId>awe-annotations-spring-boot-starter</artifactId>
<version>4.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.almis.awe/awe-annotations-spring-boot-starter/
implementation 'com.almis.awe:awe-annotations-spring-boot-starter:4.1.3'
// https://jarcasting.com/artifacts/com.almis.awe/awe-annotations-spring-boot-starter/
implementation ("com.almis.awe:awe-annotations-spring-boot-starter:4.1.3")
'com.almis.awe:awe-annotations-spring-boot-starter:jar:4.1.3'
<dependency org="com.almis.awe" name="awe-annotations-spring-boot-starter" rev="4.1.3">
<artifact name="awe-annotations-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.almis.awe', module='awe-annotations-spring-boot-starter', version='4.1.3')
)
libraryDependencies += "com.almis.awe" % "awe-annotations-spring-boot-starter" % "4.1.3"
[com.almis.awe/awe-annotations-spring-boot-starter "4.1.3"]