| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGithub Инструменты разработки Контроль версий |
| Группа | Группаio.github.sunnydsouza |
| Идентификатор | Идентификаторsample-repo-github-actions |
| Последняя версия | Последняя версия3.12.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеio.github.sunnydsouza:sample-repo-github-actions
Sample project for uploading artifacts to maven and github. No other purpose. DO NOT USE
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/io.github.sunnydsouza/sample-repo-github-actions/ -->
<dependency>
<groupId>io.github.sunnydsouza</groupId>
<artifactId>sample-repo-github-actions</artifactId>
<version>3.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sunnydsouza/sample-repo-github-actions/
implementation 'io.github.sunnydsouza:sample-repo-github-actions:3.12.2'
// https://jarcasting.com/artifacts/io.github.sunnydsouza/sample-repo-github-actions/
implementation ("io.github.sunnydsouza:sample-repo-github-actions:3.12.2")
'io.github.sunnydsouza:sample-repo-github-actions:jar:3.12.2'
<dependency org="io.github.sunnydsouza" name="sample-repo-github-actions" rev="3.12.2">
<artifact name="sample-repo-github-actions" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sunnydsouza', module='sample-repo-github-actions', version='3.12.2')
)
libraryDependencies += "io.github.sunnydsouza" % "sample-repo-github-actions" % "3.12.2"
[io.github.sunnydsouza/sample-repo-github-actions "3.12.2"]