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