is not current version
Last Version 1.0.0-beta10

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

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

GroupId

GroupId

com.github.xujiaji.mk
ArtifactId

ArtifactId

mk
Version

Version

0.0.5-beta2
Type

Type

pom

Download mk 0.0.5-beta2

Filename Size
mk-0.0.5-beta2.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-beta2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xujiaji.mk/mk/
implementation 'com.github.xujiaji.mk:mk:0.0.5-beta2'
// https://jarcasting.com/artifacts/com.github.xujiaji.mk/mk/
implementation ("com.github.xujiaji.mk:mk:0.0.5-beta2")
'com.github.xujiaji.mk:mk:pom:0.0.5-beta2'
<dependency org="com.github.xujiaji.mk" name="mk" rev="0.0.5-beta2">
  <artifact name="mk" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xujiaji.mk', module='mk', version='0.0.5-beta2')
)
libraryDependencies += "com.github.xujiaji.mk" % "mk" % "0.0.5-beta2"
[com.github.xujiaji.mk/mk "0.0.5-beta2"]