| License |
License |
|---|---|
| GroupId | GroupIdcn.tenmg |
| ArtifactId | ArtifactIddsl |
| Last Version | Last Version1.2.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondsl
动态脚本语言(DSL,Dynamic Script Language)解析框架
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dsl-1.2.8.pom | |
| dsl-1.2.8.jar | 17 KB |
| dsl-1.2.8-sources.jar | 15 KB |
| dsl-1.2.8-javadoc.jar | 86 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.tenmg/dsl/ -->
<dependency>
<groupId>cn.tenmg</groupId>
<artifactId>dsl</artifactId>
<version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/cn.tenmg/dsl/
implementation 'cn.tenmg:dsl:1.2.8'
// https://jarcasting.com/artifacts/cn.tenmg/dsl/
implementation ("cn.tenmg:dsl:1.2.8")
'cn.tenmg:dsl:jar:1.2.8'
<dependency org="cn.tenmg" name="dsl" rev="1.2.8">
<artifact name="dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.tenmg', module='dsl', version='1.2.8')
)
libraryDependencies += "cn.tenmg" % "dsl" % "1.2.8"
[cn.tenmg/dsl "1.2.8"]