| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.penggle |
| Идентификатор | Идентификаторcodeforce-parent |
| Последняя версия | Последняя версия2.5 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеcodeforce-parent
一个快速开发脚手架
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| codeforce-parent-2.5.pom | 13 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.penggle/codeforce-parent/ -->
<dependency>
<groupId>io.github.penggle</groupId>
<artifactId>codeforce-parent</artifactId>
<version>2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.penggle/codeforce-parent/
implementation 'io.github.penggle:codeforce-parent:2.5'
// https://jarcasting.com/artifacts/io.github.penggle/codeforce-parent/
implementation ("io.github.penggle:codeforce-parent:2.5")
'io.github.penggle:codeforce-parent:pom:2.5'
<dependency org="io.github.penggle" name="codeforce-parent" rev="2.5">
<artifact name="codeforce-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.penggle', module='codeforce-parent', version='2.5')
)
libraryDependencies += "io.github.penggle" % "codeforce-parent" % "2.5"
[io.github.penggle/codeforce-parent "2.5"]