GroupId | GroupIdcom.yomahub |
---|---|
ArtifactId | ArtifactIdliteflow |
Version | Version2.5.2 |
Type | Typepom |
Filename | Size |
---|---|
liteflow-2.5.2.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yomahub/liteflow/ -->
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>liteflow</artifactId>
<version>2.5.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yomahub/liteflow/
implementation 'com.yomahub:liteflow:2.5.2'
// https://jarcasting.com/artifacts/com.yomahub/liteflow/
implementation ("com.yomahub:liteflow:2.5.2")
'com.yomahub:liteflow:pom:2.5.2'
<dependency org="com.yomahub" name="liteflow" rev="2.5.2">
<artifact name="liteflow" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yomahub', module='liteflow', version='2.5.2')
)
libraryDependencies += "com.yomahub" % "liteflow" % "2.5.2"
[com.yomahub/liteflow "2.5.2"]