is not current version
Last Version 1.1.10

com.github.fmjsjx:myboot-bom 1.0.0.M2

A boot library provides some additional extensions based on SpringBoot.

GroupId

GroupId

com.github.fmjsjx
ArtifactId

ArtifactId

myboot-bom
Version

Version

1.0.0.M2
Type

Type

pom

Download myboot-bom 1.0.0.M2


<!-- https://jarcasting.com/artifacts/com.github.fmjsjx/myboot-bom/ -->
<dependency>
    <groupId>com.github.fmjsjx</groupId>
    <artifactId>myboot-bom</artifactId>
    <version>1.0.0.M2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fmjsjx/myboot-bom/
implementation 'com.github.fmjsjx:myboot-bom:1.0.0.M2'
// https://jarcasting.com/artifacts/com.github.fmjsjx/myboot-bom/
implementation ("com.github.fmjsjx:myboot-bom:1.0.0.M2")
'com.github.fmjsjx:myboot-bom:pom:1.0.0.M2'
<dependency org="com.github.fmjsjx" name="myboot-bom" rev="1.0.0.M2">
  <artifact name="myboot-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fmjsjx', module='myboot-bom', version='1.0.0.M2')
)
libraryDependencies += "com.github.fmjsjx" % "myboot-bom" % "1.0.0.M2"
[com.github.fmjsjx/myboot-bom "1.0.0.M2"]