GroupId | GroupIdorg.jetlinks |
---|---|
ArtifactId | ArtifactIdrule-engine-support |
Version | Version1.0.0-RC |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jetlinks/rule-engine-support/ -->
<dependency>
<groupId>org.jetlinks</groupId>
<artifactId>rule-engine-support</artifactId>
<version>1.0.0-RC</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetlinks/rule-engine-support/
implementation 'org.jetlinks:rule-engine-support:1.0.0-RC'
// https://jarcasting.com/artifacts/org.jetlinks/rule-engine-support/
implementation ("org.jetlinks:rule-engine-support:1.0.0-RC")
'org.jetlinks:rule-engine-support:jar:1.0.0-RC'
<dependency org="org.jetlinks" name="rule-engine-support" rev="1.0.0-RC">
<artifact name="rule-engine-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetlinks', module='rule-engine-support', version='1.0.0-RC')
)
libraryDependencies += "org.jetlinks" % "rule-engine-support" % "1.0.0-RC"
[org.jetlinks/rule-engine-support "1.0.0-RC"]