| GroupId | GroupIdcom.alibaba.compileflow |
|---|---|
| ArtifactId | ArtifactIdcompileflow |
| Version | Version1.1.0-Beta1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alibaba.compileflow/compileflow/ -->
<dependency>
<groupId>com.alibaba.compileflow</groupId>
<artifactId>compileflow</artifactId>
<version>1.1.0-Beta1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.compileflow/compileflow/
implementation 'com.alibaba.compileflow:compileflow:1.1.0-Beta1'
// https://jarcasting.com/artifacts/com.alibaba.compileflow/compileflow/
implementation ("com.alibaba.compileflow:compileflow:1.1.0-Beta1")
'com.alibaba.compileflow:compileflow:jar:1.1.0-Beta1'
<dependency org="com.alibaba.compileflow" name="compileflow" rev="1.1.0-Beta1">
<artifact name="compileflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.compileflow', module='compileflow', version='1.1.0-Beta1')
)
libraryDependencies += "com.alibaba.compileflow" % "compileflow" % "1.1.0-Beta1"
[com.alibaba.compileflow/compileflow "1.1.0-Beta1"]