is not current version
Last Version 1.2.8

cn.tenmg:dsl 1.0.1

动态脚本语言(DSL,Dynamic Script Language)解析框架

GroupId

GroupId

cn.tenmg
ArtifactId

ArtifactId

dsl
Version

Version

1.0.1
Type

Type

jar

Download dsl 1.0.1


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