| GroupId | GroupIdcn.dustlight.flow |
|---|---|
| ArtifactId | ArtifactIdflow-service |
| Version | Version0.1.4-alpha |
| Type | Typejar |
| Filename | Size |
|---|---|
| flow-service-0.1.4-alpha.pom | |
| flow-service-0.1.4-alpha.jar | 78 MB |
| flow-service-0.1.4-alpha-sources.jar | 53 KB |
| flow-service-0.1.4-alpha-javadoc.jar | 715 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.dustlight.flow/flow-service/ -->
<dependency>
<groupId>cn.dustlight.flow</groupId>
<artifactId>flow-service</artifactId>
<version>0.1.4-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/cn.dustlight.flow/flow-service/
implementation 'cn.dustlight.flow:flow-service:0.1.4-alpha'
// https://jarcasting.com/artifacts/cn.dustlight.flow/flow-service/
implementation ("cn.dustlight.flow:flow-service:0.1.4-alpha")
'cn.dustlight.flow:flow-service:jar:0.1.4-alpha'
<dependency org="cn.dustlight.flow" name="flow-service" rev="0.1.4-alpha">
<artifact name="flow-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.dustlight.flow', module='flow-service', version='0.1.4-alpha')
)
libraryDependencies += "cn.dustlight.flow" % "flow-service" % "0.1.4-alpha"
[cn.dustlight.flow/flow-service "0.1.4-alpha"]