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