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