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