b

biz-common

文件下载
文件名 操作
biz-common-1.2.3.jar 下载
biz-common-1.2.3.pom 下载
biz-common-1.2.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>me.magicall</groupId>
  <artifactId>biz-common</artifactId>
  <version>1.2.3</version>
</dependency>
Gradle Groovy
implementation 'me.magicall:biz-common:1.2.3'
Gradle Kotlin
implementation("me.magicall:biz-common:1.2.3")
Scala SBT
libraryDependencies += "me.magicall" % "biz-common" % "1.2.3"
Groovy Grape
@Grapes(
  @Grab(group='me.magicall', module='biz-common', version='1.2.3')
)
Apache Ivy
<dependency org="me.magicall" name="biz-common" rev="1.2.3" />
Leiningen
[me.magicall/biz-common "1.2.3"]
Apache Buildr
'me.magicall:biz-common:jar:1.2.3'