is not current version
Last Version 1.0.0-beta10

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

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

GroupId

GroupId

com.github.xujiaji.mk
ArtifactId

ArtifactId

mk
Version

Version

1.0.0-beta4
Type

Type

pom

Download mk 1.0.0-beta4

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