| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdapp.myoss.cloud | 
    
| ArtifactId | ArtifactIdspring-boot-build | 
    
| Version | Version2.1.18.RELEASE | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| spring-boot-build-2.1.18.RELEASE.pom | 12 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/app.myoss.cloud/spring-boot-build/ -->
<dependency>
    <groupId>app.myoss.cloud</groupId>
    <artifactId>spring-boot-build</artifactId>
    <version>2.1.18.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/app.myoss.cloud/spring-boot-build/
implementation 'app.myoss.cloud:spring-boot-build:2.1.18.RELEASE'
                // https://jarcasting.com/artifacts/app.myoss.cloud/spring-boot-build/
implementation ("app.myoss.cloud:spring-boot-build:2.1.18.RELEASE")
                'app.myoss.cloud:spring-boot-build:pom:2.1.18.RELEASE'
                <dependency org="app.myoss.cloud" name="spring-boot-build" rev="2.1.18.RELEASE">
  <artifact name="spring-boot-build" type="pom" />
</dependency>
                @Grapes(
@Grab(group='app.myoss.cloud', module='spring-boot-build', version='2.1.18.RELEASE')
)
                libraryDependencies += "app.myoss.cloud" % "spring-boot-build" % "2.1.18.RELEASE"
                [app.myoss.cloud/spring-boot-build "2.1.18.RELEASE"]