Categories |
CategoriesData |
---|---|
GroupId | GroupIdcn.dustlight.flow |
ArtifactId | ArtifactIdflow-datacenter |
Version | Version0.1.4-alpha |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.dustlight.flow/flow-datacenter/ -->
<dependency>
<groupId>cn.dustlight.flow</groupId>
<artifactId>flow-datacenter</artifactId>
<version>0.1.4-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/cn.dustlight.flow/flow-datacenter/
implementation 'cn.dustlight.flow:flow-datacenter:0.1.4-alpha'
// https://jarcasting.com/artifacts/cn.dustlight.flow/flow-datacenter/
implementation ("cn.dustlight.flow:flow-datacenter:0.1.4-alpha")
'cn.dustlight.flow:flow-datacenter:jar:0.1.4-alpha'
<dependency org="cn.dustlight.flow" name="flow-datacenter" rev="0.1.4-alpha">
<artifact name="flow-datacenter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.dustlight.flow', module='flow-datacenter', version='0.1.4-alpha')
)
libraryDependencies += "cn.dustlight.flow" % "flow-datacenter" % "0.1.4-alpha"
[cn.dustlight.flow/flow-datacenter "0.1.4-alpha"]