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