is not current version
Last Version 2022.0.1.RELEASE

app.myoss.cloud:spring-boot-build 2.1.20.RELEASE

myoss open source project, Spring Boot Build

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

app.myoss.cloud
ArtifactId

ArtifactId

spring-boot-build
Version

Version

2.1.20.RELEASE
Type

Type

pom

Download spring-boot-build 2.1.20.RELEASE


<!-- https://jarcasting.com/artifacts/app.myoss.cloud/spring-boot-build/ -->
<dependency>
    <groupId>app.myoss.cloud</groupId>
    <artifactId>spring-boot-build</artifactId>
    <version>2.1.20.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.20.RELEASE'
// https://jarcasting.com/artifacts/app.myoss.cloud/spring-boot-build/
implementation ("app.myoss.cloud:spring-boot-build:2.1.20.RELEASE")
'app.myoss.cloud:spring-boot-build:pom:2.1.20.RELEASE'
<dependency org="app.myoss.cloud" name="spring-boot-build" rev="2.1.20.RELEASE">
  <artifact name="spring-boot-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='app.myoss.cloud', module='spring-boot-build', version='2.1.20.RELEASE')
)
libraryDependencies += "app.myoss.cloud" % "spring-boot-build" % "2.1.20.RELEASE"
[app.myoss.cloud/spring-boot-build "2.1.20.RELEASE"]