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