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