| Группа | Группаcom.github.fanzezhen.common |
|---|---|
| Идентификатор | Идентификаторcommon-mp |
| Версия | Версия2.0.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| common-mp-2.0.3.pom | |
| common-mp-2.0.3.jar | 14 KB |
| common-mp-2.0.3-sources.jar | 8 KB |
| common-mp-2.0.3-javadoc.jar | 421 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.fanzezhen.common/common-mp/ -->
<dependency>
<groupId>com.github.fanzezhen.common</groupId>
<artifactId>common-mp</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fanzezhen.common/common-mp/
implementation 'com.github.fanzezhen.common:common-mp:2.0.3'
// https://jarcasting.com/artifacts/com.github.fanzezhen.common/common-mp/
implementation ("com.github.fanzezhen.common:common-mp:2.0.3")
'com.github.fanzezhen.common:common-mp:jar:2.0.3'
<dependency org="com.github.fanzezhen.common" name="common-mp" rev="2.0.3">
<artifact name="common-mp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fanzezhen.common', module='common-mp', version='2.0.3')
)
libraryDependencies += "com.github.fanzezhen.common" % "common-mp" % "2.0.3"
[com.github.fanzezhen.common/common-mp "2.0.3"]