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