is not current version
Last Version 2.3.2101

com.centit.support:centit-compiler 2.2

一个简易的编译系统包括一个词法分析器lexer和一个表达式运算程序,支持四则运行、逻辑运行等等

GroupId

GroupId

com.centit.support
ArtifactId

ArtifactId

centit-compiler
Version

Version

2.2
Type

Type

jar

Download centit-compiler 2.2


<!-- https://jarcasting.com/artifacts/com.centit.support/centit-compiler/ -->
<dependency>
    <groupId>com.centit.support</groupId>
    <artifactId>centit-compiler</artifactId>
    <version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.centit.support/centit-compiler/
implementation 'com.centit.support:centit-compiler:2.2'
// https://jarcasting.com/artifacts/com.centit.support/centit-compiler/
implementation ("com.centit.support:centit-compiler:2.2")
'com.centit.support:centit-compiler:jar:2.2'
<dependency org="com.centit.support" name="centit-compiler" rev="2.2">
  <artifact name="centit-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.centit.support', module='centit-compiler', version='2.2')
)
libraryDependencies += "com.centit.support" % "centit-compiler" % "2.2"
[com.centit.support/centit-compiler "2.2"]