Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.avalon-inc.web |
ArtifactId | ArtifactIdavalon-spring-boot-starter |
Version | Version0.1.1 |
Type | Typepom |
Filename | Size |
---|---|
avalon-spring-boot-starter-0.1.1.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>0.1.1</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:0.1.1'
// https://jarcasting.com/artifacts/com.avalon-inc.web/avalon-spring-boot-starter/
implementation ("com.avalon-inc.web:avalon-spring-boot-starter:0.1.1")
'com.avalon-inc.web:avalon-spring-boot-starter:pom:0.1.1'
<dependency org="com.avalon-inc.web" name="avalon-spring-boot-starter" rev="0.1.1">
<artifact name="avalon-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.avalon-inc.web', module='avalon-spring-boot-starter', version='0.1.1')
)
libraryDependencies += "com.avalon-inc.web" % "avalon-spring-boot-starter" % "0.1.1"
[com.avalon-inc.web/avalon-spring-boot-starter "0.1.1"]