is not current version
Last Version 1.0.0-beta10

com.github.xujiaji.mk:mk 0.0.5-beta

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

GroupId

GroupId

com.github.xujiaji.mk
ArtifactId

ArtifactId

mk
Version

Version

0.0.5-beta
Type

Type

pom

Download mk 0.0.5-beta

Filename Size
mk-0.0.5-beta.pom 8 KB
Browse

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