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