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