is not current version
Last Version 0.0.2

com.github.chinayinman:m-common 0.0.1

馒头的公共组件库, 用于Java开发

GroupId

GroupId

com.github.chinayinman
ArtifactId

ArtifactId

m-common
Version

Version

0.0.1
Type

Type

pom

Download m-common 0.0.1

Filename Size
m-common-0.0.1.pom 6 KB
Browse

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