License |
License |
---|---|
GroupId | GroupIdcom.gitee.chentaoah |
ArtifactId | ArtifactIdspirit-core-lexer |
Version | Version2.1.30 |
Type | Typejar |
Description |
DescriptionA new programming language based on Java.
|
Filename | Size |
---|---|
spirit-core-lexer-2.1.30.pom | |
spirit-core-lexer-2.1.30.jar | 27 KB |
spirit-core-lexer-2.1.30-sources.jar | 11 KB |
spirit-core-lexer-2.1.30-javadoc.jar | 169 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.chentaoah/spirit-core-lexer/ -->
<dependency>
<groupId>com.gitee.chentaoah</groupId>
<artifactId>spirit-core-lexer</artifactId>
<version>2.1.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.chentaoah/spirit-core-lexer/
implementation 'com.gitee.chentaoah:spirit-core-lexer:2.1.30'
// https://jarcasting.com/artifacts/com.gitee.chentaoah/spirit-core-lexer/
implementation ("com.gitee.chentaoah:spirit-core-lexer:2.1.30")
'com.gitee.chentaoah:spirit-core-lexer:jar:2.1.30'
<dependency org="com.gitee.chentaoah" name="spirit-core-lexer" rev="2.1.30">
<artifact name="spirit-core-lexer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.chentaoah', module='spirit-core-lexer', version='2.1.30')
)
libraryDependencies += "com.gitee.chentaoah" % "spirit-core-lexer" % "2.1.30"
[com.gitee.chentaoah/spirit-core-lexer "2.1.30"]
Group / Artifact | Type | Version |
---|---|---|
com.gitee.chentaoah : spirit-common | jar | 2.1.30 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.2.2.RELEASE |