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