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