не последняя версия
Последняя версия 2.3.2101

com.centit.support:centit-compiler 2.2.1803

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

Группа

Группа

com.centit.support
Идентификатор

Идентификатор

centit-compiler
Версия

Версия

2.2.1803
Тип

Тип

jar

Скачать centit-compiler 2.2.1803


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