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