GroupId | GroupIdcom.hurence.logisland |
---|---|
ArtifactId | ArtifactIdlogisland-processor-enrichment |
Version | Version1.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hurence.logisland/logisland-processor-enrichment/ -->
<dependency>
<groupId>com.hurence.logisland</groupId>
<artifactId>logisland-processor-enrichment</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hurence.logisland/logisland-processor-enrichment/
implementation 'com.hurence.logisland:logisland-processor-enrichment:1.1.2'
// https://jarcasting.com/artifacts/com.hurence.logisland/logisland-processor-enrichment/
implementation ("com.hurence.logisland:logisland-processor-enrichment:1.1.2")
'com.hurence.logisland:logisland-processor-enrichment:jar:1.1.2'
<dependency org="com.hurence.logisland" name="logisland-processor-enrichment" rev="1.1.2">
<artifact name="logisland-processor-enrichment" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hurence.logisland', module='logisland-processor-enrichment', version='1.1.2')
)
libraryDependencies += "com.hurence.logisland" % "logisland-processor-enrichment" % "1.1.2"
[com.hurence.logisland/logisland-processor-enrichment "1.1.2"]