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