is not current version
Last Version 0.0.3.RELEASE

cn.taketoday:today-expression 0.0.1.RELEASE

Java Unified Expression Language.

GroupId

GroupId

cn.taketoday
ArtifactId

ArtifactId

today-expression
Version

Version

0.0.1.RELEASE
Type

Type

jar

Download today-expression 0.0.1.RELEASE


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