GroupId | GroupIdorg.unlaxer |
---|---|
ArtifactId | ArtifactIdtinyExpression-testbase |
Version | Version1.1.18 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.unlaxer/tinyExpression-testbase/ -->
<dependency>
<groupId>org.unlaxer</groupId>
<artifactId>tinyExpression-testbase</artifactId>
<version>1.1.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.unlaxer/tinyExpression-testbase/
implementation 'org.unlaxer:tinyExpression-testbase:1.1.18'
// https://jarcasting.com/artifacts/org.unlaxer/tinyExpression-testbase/
implementation ("org.unlaxer:tinyExpression-testbase:1.1.18")
'org.unlaxer:tinyExpression-testbase:jar:1.1.18'
<dependency org="org.unlaxer" name="tinyExpression-testbase" rev="1.1.18">
<artifact name="tinyExpression-testbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unlaxer', module='tinyExpression-testbase', version='1.1.18')
)
libraryDependencies += "org.unlaxer" % "tinyExpression-testbase" % "1.1.18"
[org.unlaxer/tinyExpression-testbase "1.1.18"]