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