| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.gitee.chentaoah |
| Идентификатор | Идентификаторspirit-parent |
| Последняя версия | Последняя версия2.1.30 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеspirit
A new programming language based on Java.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spirit-parent-2.1.30.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.gitee.chentaoah/spirit-parent/ -->
<dependency>
<groupId>com.gitee.chentaoah</groupId>
<artifactId>spirit-parent</artifactId>
<version>2.1.30</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.chentaoah/spirit-parent/
implementation 'com.gitee.chentaoah:spirit-parent:2.1.30'
// https://jarcasting.com/artifacts/com.gitee.chentaoah/spirit-parent/
implementation ("com.gitee.chentaoah:spirit-parent:2.1.30")
'com.gitee.chentaoah:spirit-parent:pom:2.1.30'
<dependency org="com.gitee.chentaoah" name="spirit-parent" rev="2.1.30">
<artifact name="spirit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.chentaoah', module='spirit-parent', version='2.1.30')
)
libraryDependencies += "com.gitee.chentaoah" % "spirit-parent" % "2.1.30"
[com.gitee.chentaoah/spirit-parent "2.1.30"]