is not current version
Last Version 1.0.0-beta10

com.github.xujiaji.mk:mk 1.0.0-beta5

springboot业务模块化!以依赖线上模块,自由选择所需模块,达到快速开发新项目的目的!并为统一维护提供便利

GroupId

GroupId

com.github.xujiaji.mk
ArtifactId

ArtifactId

mk
Version

Version

1.0.0-beta5
Type

Type

pom

Download mk 1.0.0-beta5

Filename Size
mk-1.0.0-beta5.pom 12 KB
Browse

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