GroupId | GroupIdcom.yomahub |
---|---|
ArtifactId | ArtifactIdliteflow-core |
Version | Version2.4.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
liteflow-core-2.4.0-RC1.pom | |
liteflow-core-2.4.0-RC1.jar | 50 KB |
liteflow-core-2.4.0-RC1-sources.jar | 31 KB |
liteflow-core-2.4.0-RC1-javadoc.jar | 302 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yomahub/liteflow-core/ -->
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>liteflow-core</artifactId>
<version>2.4.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.yomahub/liteflow-core/
implementation 'com.yomahub:liteflow-core:2.4.0-RC1'
// https://jarcasting.com/artifacts/com.yomahub/liteflow-core/
implementation ("com.yomahub:liteflow-core:2.4.0-RC1")
'com.yomahub:liteflow-core:jar:2.4.0-RC1'
<dependency org="com.yomahub" name="liteflow-core" rev="2.4.0-RC1">
<artifact name="liteflow-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yomahub', module='liteflow-core', version='2.4.0-RC1')
)
libraryDependencies += "com.yomahub" % "liteflow-core" % "2.4.0-RC1"
[com.yomahub/liteflow-core "2.4.0-RC1"]