| Категории |
КатегорииGithub Инструменты разработки Контроль версий |
|---|---|
| Группа | Группаio.dangernoodle |
| Идентификатор | Идентификаторdn-scm-github |
| Версия | Версия0.1.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| dn-scm-github-0.1.1.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.dangernoodle/dn-scm-github/ -->
<dependency>
<groupId>io.dangernoodle</groupId>
<artifactId>dn-scm-github</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dangernoodle/dn-scm-github/
implementation 'io.dangernoodle:dn-scm-github:0.1.1'
// https://jarcasting.com/artifacts/io.dangernoodle/dn-scm-github/
implementation ("io.dangernoodle:dn-scm-github:0.1.1")
'io.dangernoodle:dn-scm-github:pom:0.1.1'
<dependency org="io.dangernoodle" name="dn-scm-github" rev="0.1.1">
<artifact name="dn-scm-github" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dangernoodle', module='dn-scm-github', version='0.1.1')
)
libraryDependencies += "io.dangernoodle" % "dn-scm-github" % "0.1.1"
[io.dangernoodle/dn-scm-github "0.1.1"]