Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.almis.awe |
ArtifactId | ArtifactIdawe-rest-spring-boot-starter |
Version | Version4.3.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.almis.awe/awe-rest-spring-boot-starter/ -->
<dependency>
<groupId>com.almis.awe</groupId>
<artifactId>awe-rest-spring-boot-starter</artifactId>
<version>4.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.almis.awe/awe-rest-spring-boot-starter/
implementation 'com.almis.awe:awe-rest-spring-boot-starter:4.3.4'
// https://jarcasting.com/artifacts/com.almis.awe/awe-rest-spring-boot-starter/
implementation ("com.almis.awe:awe-rest-spring-boot-starter:4.3.4")
'com.almis.awe:awe-rest-spring-boot-starter:jar:4.3.4'
<dependency org="com.almis.awe" name="awe-rest-spring-boot-starter" rev="4.3.4">
<artifact name="awe-rest-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.almis.awe', module='awe-rest-spring-boot-starter', version='4.3.4')
)
libraryDependencies += "com.almis.awe" % "awe-rest-spring-boot-starter" % "4.3.4"
[com.almis.awe/awe-rest-spring-boot-starter "4.3.4"]