Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.avalon-inc.web |
ArtifactId | ArtifactIdavalon-spring-boot-starter |
Version | Version2.2.6 |
Type | Typepom |
Filename | Size |
---|---|
avalon-spring-boot-starter-2.2.6.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.avalon-inc.web/avalon-spring-boot-starter/ -->
<dependency>
<groupId>com.avalon-inc.web</groupId>
<artifactId>avalon-spring-boot-starter</artifactId>
<version>2.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.avalon-inc.web/avalon-spring-boot-starter/
implementation 'com.avalon-inc.web:avalon-spring-boot-starter:2.2.6'
// https://jarcasting.com/artifacts/com.avalon-inc.web/avalon-spring-boot-starter/
implementation ("com.avalon-inc.web:avalon-spring-boot-starter:2.2.6")
'com.avalon-inc.web:avalon-spring-boot-starter:pom:2.2.6'
<dependency org="com.avalon-inc.web" name="avalon-spring-boot-starter" rev="2.2.6">
<artifact name="avalon-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.avalon-inc.web', module='avalon-spring-boot-starter', version='2.2.6')
)
libraryDependencies += "com.avalon-inc.web" % "avalon-spring-boot-starter" % "2.2.6"
[com.avalon-inc.web/avalon-spring-boot-starter "2.2.6"]