| License |
License |
|---|---|
| GroupId | GroupIdcom.gitee.chentaoah |
| ArtifactId | ArtifactIdspirit-parent |
| Last Version | Last Version2.1.30 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionspirit
A new programming language based on Java.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spirit-parent-2.1.30.pom | 4 KB |
| Browse |
<!-- 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"]