mantou-common
馒头的公共组件库
License |
License |
---|---|
GroupId | GroupIdcom.github.chinayinman |
ArtifactId | ArtifactIdm-common |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionm-common
Mantou's common component library for Java development[馒头的公共组件库, 用于Java开发]
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
m-common-0.0.2.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chinayinman/m-common/ -->
<dependency>
<groupId>com.github.chinayinman</groupId>
<artifactId>m-common</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chinayinman/m-common/
implementation 'com.github.chinayinman:m-common:0.0.2'
// https://jarcasting.com/artifacts/com.github.chinayinman/m-common/
implementation ("com.github.chinayinman:m-common:0.0.2")
'com.github.chinayinman:m-common:pom:0.0.2'
<dependency org="com.github.chinayinman" name="m-common" rev="0.0.2">
<artifact name="m-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chinayinman', module='m-common', version='0.0.2')
)
libraryDependencies += "com.github.chinayinman" % "m-common" % "0.0.2"
[com.github.chinayinman/m-common "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 27.0.1-jre |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |
馒头的公共组件库