Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.efluid.oss |
ArtifactId | ArtifactIdefluid-datagate-common |
Version | Version5.1.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.efluid.oss/efluid-datagate-common/ -->
<dependency>
<groupId>com.efluid.oss</groupId>
<artifactId>efluid-datagate-common</artifactId>
<version>5.1.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.efluid.oss/efluid-datagate-common/
implementation 'com.efluid.oss:efluid-datagate-common:5.1.14'
// https://jarcasting.com/artifacts/com.efluid.oss/efluid-datagate-common/
implementation ("com.efluid.oss:efluid-datagate-common:5.1.14")
'com.efluid.oss:efluid-datagate-common:jar:5.1.14'
<dependency org="com.efluid.oss" name="efluid-datagate-common" rev="5.1.14">
<artifact name="efluid-datagate-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.efluid.oss', module='efluid-datagate-common', version='5.1.14')
)
libraryDependencies += "com.efluid.oss" % "efluid-datagate-common" % "5.1.14"
[com.efluid.oss/efluid-datagate-common "5.1.14"]