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