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