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