m

mojian-base

魔剑 - 业务开发工具集:base 模块,提供 RESTFul 接口统一响应体、常用业务状态码枚举及常用工具类等。
Apache License, Version 2.0
llnancy
Files download
File Operation
mojian-base-0.0.2.jar download
mojian-base-0.0.2.pom download
mojian-base-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.llnancy</groupId>
  <artifactId>mojian-base</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.llnancy:mojian-base:0.0.2'
Gradle Kotlin
implementation("io.github.llnancy:mojian-base:0.0.2")
Scala SBT
libraryDependencies += "io.github.llnancy" % "mojian-base" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.llnancy', module='mojian-base', version='0.0.2')
)
Apache Ivy
<dependency org="io.github.llnancy" name="mojian-base" rev="0.0.2" />
Leiningen
[io.github.llnancy/mojian-base "0.0.2"]
Apache Buildr
'io.github.llnancy:mojian-base:jar:0.0.2'