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